瀏覽代碼

Fix typo in header comment of celery.canvas.

should is currently used instead of should not
Thomas Wright 11 年之前
父節點
當前提交
7ec099efaf
共有 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.
 
 
 """