Browse Source

Fix docstring typo carrot.utils.retry_over_time -> celery.utils.retry_over_time

Ask Solem 15 years ago
parent
commit
af7bea2cc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/worker/__init__.py

+ 1 - 1
celery/worker/__init__.py

@@ -136,7 +136,7 @@ class AMQPListener(object):
     def _open_connection(self):
         """Retries connecting to the AMQP broker over time.
 
-        See :func:`carrot.utils.retry_over_time`.
+        See :func:`celery.utils.retry_over_time`.
 
         """