mirror of https://github.com/celery/kombu.git
Fix typo in example
This commit is contained in:
parent
fcb7ca06c8
commit
c0746dafc0
|
@ -18,7 +18,7 @@ queue = Queue('kombu_demo', exchange, routing_key='kombu_demo')
|
||||||
with Connection('amqp://guest:guest@localhost:5672//') as connection:
|
with Connection('amqp://guest:guest@localhost:5672//') as connection:
|
||||||
|
|
||||||
#: Producers are used to publish messages.
|
#: Producers are used to publish messages.
|
||||||
#: a default exchange and routing key can also be specifed
|
#: a default exchange and routing key can also be specified
|
||||||
#: as arguments the Producer, but we rather specify this explicitly
|
#: as arguments the Producer, but we rather specify this explicitly
|
||||||
#: at the publish call.
|
#: at the publish call.
|
||||||
producer = Producer(connection)
|
producer = Producer(connection)
|
||||||
|
|
Loading…
Reference in New Issue