]> 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>
Mon, 26 Oct 2020 05:37:16 +0000 (23:37 -0600)
committerGitHub <noreply@github.com>
Mon, 26 Oct 2020 05:37:16 +0000 (14:37 +0900)
(cherry picked from commit 54636355805dd2877bb54fbad8d967e1ddd8b553)

Misc/NEWS.d/3.8.3rc1.rst

index f07bf9072bd6163205a5369dcc88809226bcec8c..b79b7bf330864098fd2f697bfa89271ae93ca2ec 100644 (file)
@@ -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.
 
 ..