We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d716c47 commit fffa27dCopy full SHA for fffa27d
1 file changed
docs/index.md
@@ -53,7 +53,7 @@ Here's a simple example of how to use QubiPy. For example, If you want to get th
53
```python
54
from qubipy.rpc import rpc_client
55
56
-RPC = QubiPy_RPC()
+RPC = rpc_client.QubiPy_RPC()
57
tick = RPC.get_latest_tick()
58
59
print(f"Tick: {tick}")
0 commit comments