Explorar o código

Fix typo TimeOutTimer -> TimeoutTimer

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
6452647022
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/task.py

+ 1 - 1
celery/task.py

@@ -230,7 +230,7 @@ class TaskSet(object):
         the :class:`celery.timer.TimeoutError` exception.
 
         """
-        timeout_timer = TimeOutTimer(timeout) # Timeout timer starts here.
+        timeout_timer = TimeoutTimer(timeout) # Timeout timer starts here.
         taskset_id, subtask_ids = self.run()
         pending_results = map(AsyncResult, subtask_ids)
         results = PositionQueue(length=len(subtask_ids))