[Python-checkins] bpo-39871: Fix an error in a news entry (GH-21749)

Zackery Spytz webhook-mailer at python.org
Fri Aug 7 01:38:53 EDT 2020


https://github.com/python/cpython/commit/54636355805dd2877bb54fbad8d967e1ddd8b553
commit: 54636355805dd2877bb54fbad8d967e1ddd8b553
branch: master
author: Zackery Spytz <zspytz at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-08-07T14:38:48+09:00
summary:

bpo-39871: Fix an error in a news entry (GH-21749)

files:
M Misc/NEWS.d/3.9.0a5.rst

diff --git a/Misc/NEWS.d/3.9.0a5.rst b/Misc/NEWS.d/3.9.0a5.rst
index 39e017768c3ad..355a3fc22350c 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.
 
 ..
 



More information about the Python-checkins mailing list