Ask Solem преди 11 години
родител
ревизия
8b9479ffc1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      celery/worker/consumer.py

+ 1 - 1
celery/worker/consumer.py

@@ -228,7 +228,7 @@ class Consumer(object):
     def _update_prefetch_count(self, index=0):
         """Update prefetch count after pool/shrink grow operations.
 
-        Index must be the change in number of processes as a postive
+        Index must be the change in number of processes as a positive
         (increasing) or negative (decreasing) number.
 
         .. note::