소스 검색

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`.
 
         """