Fix a typo.

This commit is contained in:
Andrey Rakhmatullin 2023-08-01 13:30:56 +04:00
parent 41a4a163e3
commit cf55eb05f5
1 changed files with 2 additions and 2 deletions

View File

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