From a429eafef2d86eafc007ac19682e7d372c32da31 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Sun, 27 Aug 2023 22:50:59 +0300 Subject: gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543) --- Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst b/Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst index 3030477..f47754e 100644 --- a/Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst +++ b/Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst @@ -1 +1 @@ -Fix bugs in :mod:`pickle` where exceptions could be overwritten. +Fix bugs in :mod:`errno` where exceptions could be overwritten. -- cgit v0.12