Fixed rst errors

This commit is contained in:
Ask Solem 2010-08-04 15:31:10 +02:00
parent 52e72dbb1b
commit 2960bb4e93
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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