mirror of https://github.com/celery/kombu.git
Fixed rst errors
This commit is contained in:
parent
52e72dbb1b
commit
2960bb4e93
|
@ -263,7 +263,7 @@ class BrokerConnection(object):
|
|||
:class:`~kombu.entity.Queue`.
|
||||
:keyword exchange_opts: Additional keyword arguments passed to the
|
||||
constructor of the automatically created
|
||||
:class:`~kombu.entity.Exchange.
|
||||
:class:`~kombu.entity.Exchange`.
|
||||
:keyword channel: Channel to use. If not specified a new channel
|
||||
from the current connection will be used. Remember to call
|
||||
:meth:`~kombu.simple.SimpleQueue.close` when done with the
|
||||
|
|
|
@ -21,7 +21,7 @@ class Producer(object):
|
|||
:keyword on_return: Callback to call for undeliverable messages,
|
||||
when ``mandatory`` or ``imediate`` is used. This callback
|
||||
needs the following signature:
|
||||
``(exception, exchange, routing_key, message).
|
||||
``(exception, exchange, routing_key, message)``.
|
||||
|
||||
.. attribute:: channel
|
||||
|
||||
|
|
Loading…
Reference in New Issue