Marin Atanasov Nikolov пре 10 година
родитељ
комит
0eb5f70a0e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      celery/app/base.py

+ 1 - 1
celery/app/base.py

@@ -168,7 +168,7 @@ class Celery(object):
         if not isinstance(self._tasks, TaskRegistry):
             self._tasks = TaskRegistry(self._tasks or {})
 
-        # If the class defins a custom __reduce_args__ we need to use
+        # If the class defines a custom __reduce_args__ we need to use
         # the old way of pickling apps, which is pickling a list of
         # args instead of the new way that pickles a dict of keywords.
         self._using_v1_reduce = app_has_custom(self, '__reduce_args__')