Ask Solem 11 лет назад
Родитель
Сommit
cf9f42ccdb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      celery/concurrency/prefork.py

+ 2 - 2
celery/concurrency/prefork.py

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