From ce56d227e5350f59eaaa09d76fba3495388fc0c8 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Mon, 18 Nov 2024 15:39:49 +0500 Subject: [PATCH] Fix a typo that broke PDF builds. --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index 025eb09ba..2bf65272f 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -384,7 +384,7 @@ Bug fixes - Importing ``scrapy.extensions.telnet`` no longer installs the default reactor. - (:issue:`6432``) + (:issue:`6432`) - Reduced log verbosity for dropped requests that was increased in 2.11.2. (:issue:`6433`, :issue:`6475`)