From 55615fc83e78590f034ec6064093827122e235dd Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Sun, 20 Sep 2020 23:27:08 -0600 Subject: [PATCH] bpo-39871: Fix an error in a news entry (GH-21749) (cherry picked from commit 54636355805dd2877bb54fbad8d967e1ddd8b553) --- Misc/NEWS.d/3.8.3rc1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.8.3rc1.rst b/Misc/NEWS.d/3.8.3rc1.rst index f07bf9072bd616..b79b7bf3308640 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. ..