Skip to content

Commit 06824f0

Browse files
authored
Merge pull request influxdata#449 from drewlong/patch-1 (Thanks @drewlong!)
Fixed typo in print statement
2 parents a591760 + fddea93 commit 06824f0

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)