From cf55eb05f59d7003bfb1491198e46853976dfb9e Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 1 Aug 2023 13:30:56 +0400 Subject: [PATCH] Fix a typo. --- docs/topics/addons.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/addons.rst b/docs/topics/addons.rst index 32c085079..1bf2172bd 100644 --- a/docs/topics/addons.rst +++ b/docs/topics/addons.rst @@ -78,8 +78,8 @@ modify :setting:`ITEM_PIPELINES`:: settings["ITEM_PIPELINES"]["path.to.mypipeline"] = 200 If the ``update_settings`` method raises -:exc:`scrapy.exceptions.NotConfigured`, the add-on will not be skipped. This -makes it easy to enable an add-on only when some conditions are met. +:exc:`scrapy.exceptions.NotConfigured`, the add-on will be skipped. This makes +it easy to enable an add-on only when some conditions are met. Fallbacks ---------