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.