diff --git a/docs/topics/components.rst b/docs/topics/components.rst index c0df86922..f51545513 100644 --- a/docs/topics/components.rst +++ b/docs/topics/components.rst @@ -11,8 +11,6 @@ That includes the classes that you may assign to the following settings: - :setting:`ADDONS` -- :setting:`TWISTED_DNS_RESOLVER` - - :setting:`DOWNLOAD_HANDLERS` - :setting:`DOWNLOADER_MIDDLEWARES` @@ -41,6 +39,8 @@ That includes the classes that you may assign to the following settings: - :setting:`SPIDER_MIDDLEWARES` +- :setting:`TWISTED_DNS_RESOLVER` + Third-party Scrapy components may also let you define additional Scrapy components, usually configurable through :ref:`settings `, to modify their behavior.