Update docs/topics/spiders.rst

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

View File

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