瀏覽代碼

Merge pull request #1613 from twright/patch-1

Fix typo in header comment of celery.canvas.
Ask Solem Hoel 11 年之前
父節點
當前提交
00c85dda69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/canvas.py

+ 1 - 1
celery/canvas.py

@@ -6,7 +6,7 @@
     Composing task workflows.
 
     Documentation for some of these types are in :mod:`celery`.
-    You should not import these from :mod:`celery` and not this module.
+    You should import these from :mod:`celery` and not this module.
 
 
 """