From 0fe73d1089cb94060bdc663eeb21b9be9ab55d9c Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Sun, 13 Mar 2011 13:06:49 -0400 Subject: [PATCH] Fixing a documentation bug. --- kombu/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kombu/connection.py b/kombu/connection.py index 17fc2535..c7995de2 100644 --- a/kombu/connection.py +++ b/kombu/connection.py @@ -47,7 +47,7 @@ class BrokerConnection(object): ``amqplib``, ``pika``, ``redis``, ``memory``. :keyword connect_timeout: Timeout in seconds for connecting to the server. May not be suported by the specified transport. - :backend_extra_args: A dict of additional connection arguments to pass to + :keyword backend_extra_args: A dict of additional connection arguments to pass to alternate kombu channel implementations (useful for things like SQLAlchemy engine arguments)