瀏覽代碼

Fixes comment

Mher Movsisyan 12 年之前
父節點
當前提交
a4208434b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/worker/buckets.py

+ 1 - 1
celery/worker/buckets.py

@@ -6,7 +6,7 @@
     This module implements the rate limiting of tasks,
     This module implements the rate limiting of tasks,
     by having a token bucket queue for each task type.
     by having a token bucket queue for each task type.
     When a task is allowed to be processed it's moved
     When a task is allowed to be processed it's moved
-    over the the ``ready_queue``
+    over the ``ready_queue``
 
 
     The :mod:`celery.worker.mediator` is then responsible
     The :mod:`celery.worker.mediator` is then responsible
     for moving tasks from the ``ready_queue`` to the worker pool.
     for moving tasks from the ``ready_queue`` to the worker pool.