summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2023-08-27 23:58:48 (GMT)
committerGitHub <noreply@github.com>2023-08-27 23:58:48 (GMT)
commit32d48ede2fe90f27b5ed96c8e2bd3387a795e825 (patch)
tree6e919afa9d0a642a9e8fbd185e747d941c0a6d98 /Misc
parent752d5254f57a99ac2d89034fceb3ce9fbad02440 (diff)
downloadcpython-32d48ede2fe90f27b5ed96c8e2bd3387a795e825.zip
cpython-32d48ede2fe90f27b5ed96c8e2bd3387a795e825.tar.gz
cpython-32d48ede2fe90f27b5ed96c8e2bd3387a795e825.tar.bz2
[3.12] gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543) (#108545)
(cherry picked from commit a429eafef2d86eafc007ac19682e7d372c32da31)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.12.0b3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0b3.rst b/Misc/NEWS.d/3.12.0b3.rst
index ffd880f..2b26ac7 100644
--- a/Misc/NEWS.d/3.12.0b3.rst
+++ b/Misc/NEWS.d/3.12.0b3.rst
@@ -281,7 +281,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.
..