From 2ec5832a07ae0a1280987d097a63b7149ccae3e5 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Tue, 7 Jul 2026 09:57:57 +0200 Subject: [PATCH] Minor fixes --- docs/news.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 2a1b218ae..17a7318a0 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -138,7 +138,7 @@ Improvements - :func:`scrapy.utils.test.get_crawler` now disables :setting:`TELNETCONSOLE_ENABLED` by default. - (:issue:`7637`) + (:issue:`7644`) - Other code refactoring and improvements. (:issue:`7409`, :issue:`7593`, :issue:`7594`, :issue:`7611`, :issue:`7649`) @@ -261,7 +261,7 @@ Quality assurance (:issue:`7621`) - Type hints improvements and fixes. - (:issue:`6958`, :issue:`7585`, :issue:`7586`) + (:issue:`6958`, :issue:`7586`) - CI and test improvements and fixes. (:issue:`5954`,