From 0c9c24334887d9f3b569c34c8e37ee399f2a86d1 Mon Sep 17 00:00:00 2001 From: Sylvain Renaud Date: Mon, 24 Jun 2024 13:43:18 +0200 Subject: [PATCH] Fix typo in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5c9f2aba..57546740 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,