DOC fixed rst syntax in DOWNLOAD_FAIL_ON_DATALOSS docs

This commit is contained in:
Mikhail Korobov 2017-05-30 00:44:11 +05:00
parent d847e65aae
commit 083880888b
1 changed files with 1 additions and 1 deletions

View File

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