diff --git a/README.rst b/README.rst index 5c9f2aba9..57546740c 100644 --- a/README.rst +++ b/README.rst @@ -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,