浏览代码

Fixes typo

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`.