Skip to content

Commit

Permalink
Fix typo in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain1811 authored and auvipy committed Jun 25, 2024
1 parent 1e4638a commit 0c9c243
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 @@ -168,7 +168,7 @@ Or handle channels manually:
with connection.channel() as channel:
producer = Producer(channel, ...)
consumer = Producer(channel)
consumer = Consumer(channel)
All objects can be used outside of with statements too,
Expand Down

0 comments on commit 0c9c243

Please sign in to comment.