From: Jero Bado Date: Tue, 11 May 2021 22:28:57 +0000 (+0800) Subject: Fix typo in blurb entry (GH-26043) X-Git-Tag: v3.9.6~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37a9d43dd2a7f2b73f60c43a94a1229d6de5d674;p=thirdparty%2FPython%2Fcpython.git Fix typo in blurb entry (GH-26043) --- diff --git a/Misc/NEWS.d/3.9.5.rst b/Misc/NEWS.d/3.9.5.rst index 7404f70d947f..de1debf5af97 100644 --- a/Misc/NEWS.d/3.9.5.rst +++ b/Misc/NEWS.d/3.9.5.rst @@ -160,7 +160,7 @@ version. .. nonce: pedB1E .. section: Library -[Enum] ensure exceptions raised in ``_missing__`` are released +[Enum] ensure exceptions raised in ``_missing_`` are released. ..