Kaynağa Gözat

Fix documentation

gregoire 16 yıl önce
ebeveyn
işleme
28220c870a
1 değiştirilmiş dosya ile 1 ekleme ve 8 silme
  1. 1 8
      celery/pool.py

+ 1 - 8
celery/pool.py

@@ -19,8 +19,6 @@ class TaskPool(object):
 
     :param logger: see :attr:`logger` attribute.
 
-    :param done_msg: see :attr:`done_msg` attribute.
-
 
     .. attribute:: limit
 
@@ -29,12 +27,7 @@ class TaskPool(object):
 
     .. attribute:: logger
 
-        The logger used to print the :attr:`done_msg`.
-
-    .. attribute:: done_msg
-
-        Message logged when a tasks result has been collected.
-        The message is logged with loglevel :const:`logging.INFO`.
+        The logger used for debugging.
 
     """