Skip to content

Commit

Permalink
Fix typo and grammar in example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sundhaug92 committed Jan 5, 2024
1 parent 2e63f3a commit bcd96a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
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 bcd96a3

Please sign in to comment.