Browse Source

Merge pull request #1613 from twright/patch-1

Fix typo in header comment of celery.canvas.
Ask Solem Hoel 11 năm trước cách đây
mục cha
commit
00c85dda69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 
 
 """