Parcourir la source

Fix typo in header comment of celery.canvas.

should is currently used instead of should not
Thomas Wright il y a 11 ans
Parent
commit
7ec099efaf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
 
 
 """