From a1fc37cbff9645116bbf6fa63eaf9df59aac7c0a Mon Sep 17 00:00:00 2001 From: Jalil SA Date: Fri, 17 Mar 2023 12:13:05 -0600 Subject: [PATCH] Update docs/topics/spiders.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrián Chaves --- 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 796db2dc8..dc417614d 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -159,7 +159,7 @@ scrapy.Spider you to dynamically add, remove or change settings based on spider arguments or other external factors. - For example, suppose a spider needs update :setting:`FEEDS`: + For example, suppose a spider needs to modify :setting:`FEEDS`: .. code-block:: python