From 73f89b145849e395420c74ec6b5c39fb2ae4b6a7 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Sun, 27 Aug 2023 22:07:56 +0200 Subject: [PATCH] [3.11] gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543) (#108544) (cherry picked from commit a429eafef2d86eafc007ac19682e7d372c32da31) --- Misc/NEWS.d/3.11.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.11.5.rst b/Misc/NEWS.d/3.11.5.rst index 765c85964a18..575e34e58a00 100644 --- a/Misc/NEWS.d/3.11.5.rst +++ b/Misc/NEWS.d/3.11.5.rst @@ -500,7 +500,7 @@ Fix bugs in :mod:`zoneinfo` where exceptions could be overwritten. .. nonce: bTcqS9 .. section: Library -Fix bugs in :mod:`pickle` where exceptions could be overwritten. +Fix bugs in :mod:`errno` where exceptions could be overwritten. .. -- 2.47.3