celery / kombu

Messaging library for Python.
http://kombu.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
2.81k stars 920 forks source link

Fix typo in README.rst #2036

Closed sylvain1811 closed 1 week ago

sylvain1811 commented 1 week ago

Replace consumer = Producer(channel) by consumer = Consumer (channel) in README example.