Skip to content

Commit fffa27d

Browse files
committed
docs: fix class import
1 parent d716c47 commit fffa27d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here's a simple example of how to use QubiPy. For example, If you want to get th
5353
```python
5454
from qubipy.rpc import rpc_client
5555

56-
RPC = QubiPy_RPC()
56+
RPC = rpc_client.QubiPy_RPC()
5757
tick = RPC.get_latest_tick()
5858

5959
print(f"Tick: {tick}")

0 commit comments

Comments
 (0)