Selaa lähdekoodia

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

Michael 9 vuotta sitten
vanhempi
commit
558733c17f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/userguide/workers.rst

+ 1 - 1
docs/userguide/workers.rst

@@ -730,7 +730,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:`imports` setting or the :option:`-I|--include` option).
 
 This is an experimental feature intended for use in development only,