From: Zackery Spytz Date: Mon, 26 Oct 2020 05:37:16 +0000 (-0600) Subject: bpo-39871: Fix an error in a news entry (GH-21749) X-Git-Tag: v3.8.7rc1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6255a2ccb55a63194caf698f471c803c08be359;p=thirdparty%2FPython%2Fcpython.git bpo-39871: Fix an error in a news entry (GH-21749) (cherry picked from commit 54636355805dd2877bb54fbad8d967e1ddd8b553) --- diff --git a/Misc/NEWS.d/3.8.3rc1.rst b/Misc/NEWS.d/3.8.3rc1.rst index f07bf9072bd6..b79b7bf33086 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. ..