浏览代码

Capitalize Celery

Ask Solem 14 年之前
父节点
当前提交
1a50c95140
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/task/base.py

+ 1 - 1
celery/task/base.py

@@ -99,7 +99,7 @@ class TaskType(type):
 
 
 
 
 class BaseTask(object):
 class BaseTask(object):
-    """A celery task.
+    """A Celery task.
 
 
     All subclasses of :class:`Task` must define the :meth:`run` method,
     All subclasses of :class:`Task` must define the :meth:`run` method,
     which is the actual method the `celery` daemon executes.
     which is the actual method the `celery` daemon executes.