فهرست منبع

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

Michael 9 سال پیش
والد
کامیت
558733c17f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,