summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-01-09 16:15:37 +0000
committerAsk Solem <ask@celeryproject.org>2012-01-09 16:15:37 +0000
commit9441dfe0dbd407489b277cb5179a9faf81893128 (patch)
tree9d0d3a1276bbd90ca423a4080b63ac1229699a63 /docs
parentba0935db3973adcf0d331622bf84b5b95546ade0 (diff)
parentccf9563d2468d399c8f69b8282535ead99d46ce3 (diff)
downloadkombu-9441dfe0dbd407489b277cb5179a9faf81893128.tar.gz
Merge branch '1.0'
Conflicts: README.rst kombu/__init__.py kombu/common.py kombu/serialization.py kombu/transport/base.py
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/pools.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/userguide/pools.rst b/docs/userguide/pools.rst
index f54920fa..79c959ed 100644
--- a/docs/userguide/pools.rst
+++ b/docs/userguide/pools.rst
@@ -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: