Explorar o código

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

JJ %!s(int64=7) %!d(string=hai) anos
pai
achega
1d8b64ef0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: