Explorar el Código

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

Ask Solem hace 16 años
padre
commit
af7bea2cc5
Se han modificado 1 ficheros con 1 adiciones y 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`.
 
         """