소스 검색

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):
-    """A celery task.
+    """A Celery task.
 
     All subclasses of :class:`Task` must define the :meth:`run` method,
     which is the actual method the `celery` daemon executes.