]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in blurb entry (GH-26043)
authorJero Bado <tokidokitalkyou@gmail.com>
Tue, 11 May 2021 22:28:57 +0000 (06:28 +0800)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 22:28:57 +0000 (15:28 -0700)
Misc/NEWS.d/3.9.5.rst

index 7404f70d947f5be55ec220acda96258ae69bfafc..de1debf5af975699990d9da86c34ba1fa0d9b665 100644 (file)
@@ -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.
 
 ..