mirror of https://github.com/celery/kombu.git
Fix typo in README.rst
This commit is contained in:
parent
1e4638a047
commit
0c9c243348
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue