From 44cdaa442bf25e360c8acf757623116a5eda5bba Mon Sep 17 00:00:00 2001 From: Jalil SA Date: Fri, 17 Mar 2023 13:19:03 -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 64c2a3ae0..0f6c2b1ba 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -151,7 +151,7 @@ scrapy.Spider and is called during initialization of a spider instance. It takes a :class:`~scrapy.settings.Settings` object as a parameter and - can add or updates the spider's configuration values. This method is a class method, + can add or update the spider's configuration values. This method is a class method, meaning that it is called on the :class:`~scrapy.Spider` class and allows all instances of the spider to share the same configuration.