Skip to content

Commit

Permalink
docs: fix class import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazzya committed Dec 22, 2024
1 parent d716c47 commit fffa27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Here's a simple example of how to use QubiPy. For example, If you want to get th
```python
from qubipy.rpc import rpc_client

RPC = QubiPy_RPC()
RPC = rpc_client.QubiPy_RPC()
tick = RPC.get_latest_tick()

print(f"Tick: {tick}")
Expand Down

0 comments on commit fffa27d

Please sign in to comment.