We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8004e45 commit a572f07Copy full SHA for a572f07
1 file changed
README.md
@@ -88,7 +88,7 @@ Fraction(675539944105597, 204709073971393)
88
89
You might have expected `Fraction(33, 10)` here, but when converted to float,
90
that gives a value very close to, but not exactly equal to, `x`. In contrast,
91
-the return value of `simplest_from_float(x)` will always product exactly `x`
+the return value of `simplest_from_float(x)` will always produce exactly `x`
92
when converted to `float`.
93
94
To fix this, you might want to ask for the simplest float that lies within
0 commit comments