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

methane webhook-mailer at python.org
Mon Oct 26 01:37:20 EDT 2020


https://github.com/python/cpython/commit/f6255a2ccb55a63194caf698f471c803c08be359
commit: f6255a2ccb55a63194caf698f471c803c08be359
branch: 3.8
author: Zackery Spytz <zspytz at gmail.com>
committer: methane <songofacandy at gmail.com>
date: 2020-10-26T14:37:16+09:00
summary:

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

(cherry picked from commit 54636355805dd2877bb54fbad8d967e1ddd8b553)

files:
M Misc/NEWS.d/3.8.3rc1.rst

diff --git a/Misc/NEWS.d/3.8.3rc1.rst b/Misc/NEWS.d/3.8.3rc1.rst
index f07bf9072bd61..b79b7bf330864 100644
--- a/Misc/NEWS.d/3.8.3rc1.rst
+++ b/Misc/NEWS.d/3.8.3rc1.rst
@@ -83,7 +83,7 @@ Wozniski.
 
 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