summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-01-05 17:20:55 +0000
committerAsk Solem <ask@celeryproject.org>2012-01-05 17:20:55 +0000
commitccf9563d2468d399c8f69b8282535ead99d46ce3 (patch)
treed7871cb1819bd5af4b0c703c3c21ea0d37c93998 /docs/userguide
parent2578e442f0aac4b18cd0d5833714ef688ff40d38 (diff)
downloadkombu-ccf9563d2468d399c8f69b8282535ead99d46ce3.tar.gz
pool userguide typo
Diffstat (limited to 'docs/userguide')
-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: