Browse Source

Fixes typo

Ask Solem 11 năm trước cách đây
mục cha
commit
cf9f42ccdb
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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`.