mirror of https://github.com/celery/kombu.git
pool userguide typo
This commit is contained in:
parent
2578e442f0
commit
ccf9563d24
|
@ -85,9 +85,8 @@ The producer pool group
|
|||
=======================
|
||||
|
||||
This is a pool group just like the connections, except
|
||||
that is manages :class:`kombu.messaging.Producer` instances
|
||||
used to publish messages with. It also links to the connection pool
|
||||
group, by using the connection pool for the connection provided.
|
||||
that it manages :class:`~kombu.messaging.Producer` instances
|
||||
used to publish messages.
|
||||
|
||||
Here is an example using the producer pool to publish a message
|
||||
to the ``news`` exchange:
|
||||
|
|
Loading…
Reference in New Issue