Marin Atanasov Nikolov 10 tahun lalu
induk
melakukan
0eb5f70a0e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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__')