Browse Source

Capitalize Celery

Ask Solem 14 năm trước cách đây
mục cha
commit
1a50c95140
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.