Skip to content

Commit

Permalink
Proposing minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulasiraj authored and Zac-HD committed Apr 29, 2023
1 parent f9eb322 commit 82d2e02
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -438,7 +438,7 @@ def floats(

if math.copysign(1.0, -0.0) == 1.0: # pragma: no cover
raise FloatingPointError(
"You Python install can't represent -0.0, which is required by the "
"Your Python install can't represent -0.0, which is required by the "
"IEEE-754 floating-point specification. This is probably because it was "
"compiled with an unsafe option like -ffast-math; for a more detailed "
"explanation see https://simonbyrne.github.io/notes/fastmath/"
Expand Down

0 comments on commit 82d2e02

Please sign in to comment.