mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/spiders.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
495372648c
commit
a1fc37cbff
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue