Ver Fonte

Merge pull request #1613 from twright/patch-1

Fix typo in header comment of celery.canvas.
Ask Solem Hoel há 11 anos atrás
pai
commit
00c85dda69
1 ficheiros alterados com 1 adições e 1 exclusões
  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.
 
 
 """