mirror of https://github.com/scrapy/scrapy.git
Fix a typo.
This commit is contained in:
parent
41a4a163e3
commit
cf55eb05f5
|
|
@ -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
|
||||
---------
|
||||
|
|
|
|||
Loading…
Reference in New Issue