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

(cherry picked from commit 5463635580)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-08-06 22:45:49 -07:00 committed by GitHub
parent 1437bb06a9
commit fc354ca51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
..