mirror of https://github.com/scrapy/scrapy.git
DOC fixed rst syntax in DOWNLOAD_FAIL_ON_DATALOSS docs
This commit is contained in:
parent
d847e65aae
commit
083880888b
|
|
@ -627,7 +627,7 @@ Optionally, this can be set per-request basis by using the
|
|||
circumstances, from server misconfiguration to network errors to data
|
||||
corruption. It is up to the user to decide if it makes sense to process
|
||||
broken responses considering they may contain partial or incomplete content.
|
||||
If setting:`RETRY_ENABLED` is ``True`` and this setting is set to ``True``,
|
||||
If :setting:`RETRY_ENABLED` is ``True`` and this setting is set to ``True``,
|
||||
the ``ResponseFailed([_DataLoss])`` failure will be retried as usual.
|
||||
|
||||
.. setting:: DUPEFILTER_CLASS
|
||||
|
|
|
|||
Loading…
Reference in New Issue