summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-08-07 05:38:48 (GMT)
committerGitHub <noreply@github.com>2020-08-07 05:38:48 (GMT)
commit54636355805dd2877bb54fbad8d967e1ddd8b553 (patch)
treeb5a9f43abc4ce33e05629e3defa1cb597ee65aae /Misc
parent3405e0542839cde94df9833b3809710a67a33c7c (diff)
downloadcpython-54636355805dd2877bb54fbad8d967e1ddd8b553.zip
cpython-54636355805dd2877bb54fbad8d967e1ddd8b553.tar.gz
cpython-54636355805dd2877bb54fbad8d967e1ddd8b553.tar.bz2
bpo-39871: Fix an error in a news entry (GH-21749)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.9.0a5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.9.0a5.rst b/Misc/NEWS.d/3.9.0a5.rst
index 39e0177..355a3fc 100644
--- a/Misc/NEWS.d/3.9.0a5.rst
+++ b/Misc/NEWS.d/3.9.0a5.rst
@@ -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.
..