]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39871: Fix an error in a news entry (GH-21749)
authorZackery Spytz <zspytz@gmail.com>
Fri, 7 Aug 2020 05:38:48 +0000 (23:38 -0600)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 05:38:48 +0000 (14:38 +0900)
Misc/NEWS.d/3.9.0a5.rst

index 39e017768c3ad0b9db07fec4d4bef13e1dd8ff07..355a3fc22350cb8d9cac413acead436a143da331 100644 (file)
@@ -232,7 +232,7 @@ exits before trying to take the GIL.
 
 Fix a possible :exc:`SystemError` in ``math.{atan2,copysign,remainder}()``
 when the first argument cannot be converted to a :class:`float`. Patch by
-Zachary Spytz.
+Zackery Spytz.
 
 ..