Skip to content

Commit 1389167

Browse files
committed
docs: README tweak.
1 parent 7f6597e commit 1389167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The latest version of the library is 0.0.3.
2727
2828
from questdb.ingress import Sender
2929
30-
with qi.Sender('localhost', 9009) as sender:
30+
with Sender('localhost', 9009) as sender:
3131
sender.row(
3232
'sensors',
3333
symbols={'id': 'toronto1'},

0 commit comments

Comments
 (0)