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