Explorar o código

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

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
af7bea2cc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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`.
 
         """