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

This commit is contained in:
Zackery Spytz 2020-08-06 23:38:48 -06:00 committed by GitHub
parent 3405e05428
commit 5463635580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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