소스 검색

Fixes typo

Mher Movsisyan 13 년 전
부모
커밋
081b5f375e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/concurrency/base.py

+ 1 - 1
celery/concurrency/base.py

@@ -77,7 +77,7 @@ class BasePool(object):
             soft_timeout=None, timeout=None, **compat):
         """Equivalent of the :func:`apply` built-in function.
 
-        Callbacks should optimally return as soon as possible ince
+        Callbacks should optimally return as soon as possible since
         otherwise the thread which handles the result will get blocked.
 
         """