Browse Source

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

JJ 7 years ago
parent
commit
1d8b64ef0d
1 changed files with 1 additions and 1 deletions
  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: