Procházet zdrojové kódy

fix(typo): Fix typo in documentation (#4365)

JJ před 7 roky
rodič
revize
1d8b64ef0d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      celery/app/base.py

+ 1 - 1
celery/app/base.py

@@ -656,7 +656,7 @@ class Celery(object):
             baz/__init__.py
                 models.py
 
-        Then calling ``app.autodiscover_tasks(['foo', bar', 'baz'])`` will
+        Then calling ``app.autodiscover_tasks(['foo', 'bar', 'baz'])`` will
         result in the modules ``foo.tasks`` and ``bar.tasks`` being imported.
 
         Arguments: