From 083880888b3d4916c3713aae251f42ae4c77e7f7 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 30 May 2017 00:44:11 +0500 Subject: [PATCH] DOC fixed rst syntax in DOWNLOAD_FAIL_ON_DATALOSS docs --- docs/topics/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 9cd639db4..37e3828a4 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -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