From 24f28c415caadcf20f4a564ebd6bd52bea9b61ad Mon Sep 17 00:00:00 2001 From: Jalil SA <61639983+jxlil@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:16:08 -0600 Subject: [PATCH] fix: docs update_settings() --- docs/topics/spiders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`: