summaryrefslogtreecommitdiff
path: root/docs/reference/kombu.connection.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/kombu.connection.rst')
-rw-r--r--docs/reference/kombu.connection.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/kombu.connection.rst b/docs/reference/kombu.connection.rst
index 63c6b282..3b856bc5 100644
--- a/docs/reference/kombu.connection.rst
+++ b/docs/reference/kombu.connection.rst
@@ -10,7 +10,7 @@
Connection
----------
- .. autoclass:: BrokerConnection
+ .. autoclass:: Connection
.. admonition:: Attributes
@@ -44,8 +44,8 @@
.. seealso::
- The shortcut methods :meth:`BrokerConnection.Pool` and
- :meth:`BrokerConnection.ChannelPool` is the recommended way
+ The shortcut methods :meth:`Connection.Pool` and
+ :meth:`Connection.ChannelPool` is the recommended way
to instantiate these classes.
.. autoclass:: ConnectionPool