Skip to content

Commit

Permalink
Merge pull request #611 from sundhaug92/patch-1
Browse files Browse the repository at this point in the history
Fix typo and grammar in example comment
  • Loading branch information
decaz authored Jan 5, 2024
2 parents 2e63f3a + bcd96a3 commit d8d944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Simple consumer:
async def main(loop):
# Connect with the givien parameters is also valiable.
# Connecting with the given parameters is also possible.
# aio_pika.connect_robust(host="host", login="login", password="password")
# You can only choose one option to create a connection, url or kw-based params.
connection = await aio_pika.connect_robust(
Expand Down

0 comments on commit d8d944a

Please sign in to comment.