fix: docs update_settings()

This commit is contained in:
Jalil SA 2023-03-17 12:16:08 -06:00
parent a1fc37cbff
commit 24f28c415c
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ scrapy.Spider
of the spider to share the same configuration.
One of the main advantages of ``update_settings()`` is that it allows
you to dynamically add, remove or change settings based on spider arguments
you to dynamically add, remove or change settings based on other settings
or other external factors.
For example, suppose a spider needs to modify :setting:`FEEDS`: