diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index dc417614d..64c2a3ae0 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -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`: