From 064256b059cf792ba0c1983c64ae19204df3785e Mon Sep 17 00:00:00 2001 From: Sandesh Pyakurel <82999440+Sandesh-Pyakurel@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:24:39 +0545 Subject: [PATCH] Typo fixed in news.rst file (#6094) --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index fd8fa3ea3..5db37969c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -324,7 +324,7 @@ Deprecations New features ~~~~~~~~~~~~ -- Settings correponding to :setting:`DOWNLOAD_DELAY`, +- Settings corresponding to :setting:`DOWNLOAD_DELAY`, :setting:`CONCURRENT_REQUESTS_PER_DOMAIN` and :setting:`RANDOMIZE_DOWNLOAD_DELAY` can now be set on a per-domain basis via the new :setting:`DOWNLOAD_SLOTS` setting. (:issue:`5328`)