Sort settings

This commit is contained in:
Adrian Chaves 2026-07-10 16:08:01 +02:00
parent 0448b3f346
commit 7fc4f13b9d
1 changed files with 2 additions and 2 deletions

View File

@ -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 <topics-settings>`, to
modify their behavior.