Browse Source

fixes typo

Ask Solem 11 năm trước cách đây
mục cha
commit
c87c1c3f63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      celery/worker/consumer.py

+ 1 - 1
celery/worker/consumer.py

@@ -236,7 +236,7 @@ class Consumer(object):
     def _update_prefetch_count(self, index=0):
     def _update_prefetch_count(self, index=0):
         """Update prefetch count after pool/shrink grow operations.
         """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.
         (increasing) or negative (decreasing) number.
 
 
         .. note::
         .. note::