Explorar el Código

Another typo. Argh.

Ask Solem hace 15 años
padre
commit
6221359f89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      celery/buckets.py

+ 1 - 1
celery/buckets.py

@@ -75,7 +75,7 @@ class TaskBucket(object):
     def _get(self):
     def _get(self):
         # If the first queue is always returning items, we would never
         # If the first queue is always returning items, we would never
         # get to fetching items from the other queues.
         # get to fetching items from the other queues.
-        # So we always iterate over all the queus and put any ready
+        # So we always iterate over all the queues and put any ready
         # items on a queue called "immediate". This queue is always checked
         # items on a queue called "immediate". This queue is always checked
         # for cached items first.
         # for cached items first.
         if self.immediate:
         if self.immediate: