Преглед на файлове

[docs] Fixed double “imported” in workers guide.

Michael преди 9 години
родител
ревизия
f4498a7b48
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/userguide/workers.rst

+ 1 - 1
docs/userguide/workers.rst

@@ -700,7 +700,7 @@ pool support: *prefork, eventlet, gevent, threads, solo*
 
 Starting :program:`celery worker` with the :option:`--autoreload` option will
 enable the worker to watch for file system changes to all imported task
-modules imported (and also any non-task modules added to the
+modules (and also any non-task modules added to the
 :setting:`CELERY_IMPORTS` setting or the :option:`-I|--include` option).
 
 This is an experimental feature intended for use in development only,