Ask Solem преди 11 години
родител
ревизия
cf9f42ccdb
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      celery/concurrency/prefork.py

+ 2 - 2
celery/concurrency/prefork.py

@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 """
-    celery.concurrency.processes
-    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    celery.concurrency.prefork
+    ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
     Pool implementation using :mod:`multiprocessing`.