Skip to content

Commit fddea93

Browse files
authored
Fixed typo
Line 44, "Queying data: " to "Querying data: "
1 parent a591760 commit fddea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main(host='localhost', port=8086):
4141
print("Write points: {0}".format(json_body))
4242
client.write_points(json_body)
4343

44-
print("Queying data: " + query)
44+
print("Querying data: " + query)
4545
result = client.query(query)
4646

4747
print("Result: {0}".format(result))

0 commit comments

Comments
 (0)