Skip to content

Commit

Permalink
Merge pull request #29 from neara/patch-1
Browse files Browse the repository at this point in the history
Fixed brackets
  • Loading branch information
yunstanford committed Sep 11, 2017
2 parents ef137d1 + 90a5f10 commit 1d3822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A simple example.
# Send data
timestamp = time.time()
for i in range(10):
await graphite_conn.send("yun_test.aiographite", i, timestamp + 60 * i)))
await graphite_conn.send("yun_test.aiographite", i, timestamp + 60 * i)
def main():
Expand Down

0 comments on commit 1d3822e

Please sign in to comment.