summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-08-07 05:45:49 (GMT)
committerGitHub <noreply@github.com>2020-08-07 05:45:49 (GMT)
commitfc354ca51d0b6f24f2871788dfa7e35c56129f8b (patch)
treeefe34e930dedb6ceadd4d6794a5665f56719c7b6
parent1437bb06a9cfbf7dd2d2aa14f6a784bb020bdb84 (diff)
downloadcpython-fc354ca51d0b6f24f2871788dfa7e35c56129f8b.zip
cpython-fc354ca51d0b6f24f2871788dfa7e35c56129f8b.tar.gz
cpython-fc354ca51d0b6f24f2871788dfa7e35c56129f8b.tar.bz2
bpo-39871: Fix an error in a news entry (GH-21749)
(cherry picked from commit 54636355805dd2877bb54fbad8d967e1ddd8b553) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
-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 01cbd44..ede281b 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.
..