Fix typo in README.rst

This commit is contained in:
Sylvain Renaud 2024-06-24 13:43:18 +02:00 committed by Asif Saif Uddin
parent 1e4638a047
commit 0c9c243348
1 changed files with 1 additions and 1 deletions

View File

@ -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,