Skip to content

Commit

Permalink
Fix paren in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obeleh authored Jul 11, 2024
1 parent b2ef6d9 commit 8f789cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def hello_world():
# perform the hello world code...
print(await client.query('''
"Hello World!";
''')
'''))

finally:
# the will close the client in a nice way
Expand Down Expand Up @@ -674,4 +674,4 @@ async def hello_world():

# run the hello world example
asyncio.get_event_loop().run_until_complete(hello_world())
```
```

0 comments on commit 8f789cf

Please sign in to comment.