Преглед изворни кода

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

Ask Solem пре 15 година
родитељ
комит
af7bea2cc5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      celery/worker/__init__.py

+ 1 - 1
celery/worker/__init__.py

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