Jelajahi Sumber

Fixes doc typo in celery.contrib.batches

Should say "10 seconds" instead of just "seconds".
Caleb Mingle 9 tahun lalu
induk
melakukan
26871a8413
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      celery/contrib/batches.py

+ 1 - 1
celery/contrib/batches.py

@@ -17,7 +17,7 @@ Experimental task class that buffers messages and processes them as a list.
 **Simple Example**
 **Simple Example**
 
 
 A click counter that flushes the buffer every 100 messages, and every
 A click counter that flushes the buffer every 100 messages, and every
-seconds.  Does not do anything with the data, but can easily be modified
+10 seconds.  Does not do anything with the data, but can easily be modified
 to store it in a database.
 to store it in a database.
 
 
 .. code-block:: python
 .. code-block:: python