ソースを参照

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):
         """Retries connecting to the AMQP broker over time.
 
-        See :func:`carrot.utils.retry_over_time`.
+        See :func:`celery.utils.retry_over_time`.
 
         """