浏览代码

Merge branch 'master' of github.com:ask/celery

Ask Solem 14 年之前
父节点
当前提交
6c63456401
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      celery/concurrency/base.py
  2. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
celery/concurrency/base.py

@@ -77,7 +77,7 @@ class BasePool(object):
             soft_timeout=None, timeout=None, **compat):
             soft_timeout=None, timeout=None, **compat):
         """Equivalent of the :func:`apply` built-in function.
         """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.
         otherwise the thread which handles the result will get blocked.
 
 
         """
         """

+ 1 - 1
docs/userguide/tasks.rst

@@ -584,7 +584,7 @@ STARTED
 ~~~~~~~
 ~~~~~~~
 
 
 Task has been started.
 Task has been started.
-Not reported by default, to enable please see :attr`Task.track_started`.
+Not reported by default, to enable please see :attr:`Task.track_started`.
 
 
 :metadata: `pid` and `hostname` of the worker process executing
 :metadata: `pid` and `hostname` of the worker process executing
            the task.
            the task.