Update docs/topics/spiders.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Jalil SA 2023-03-17 13:19:03 -06:00 committed by GitHub
parent 24f28c415c
commit 44cdaa442b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.