diff options
Diffstat (limited to 'Lib/rational.py')
-rwxr-xr-x | Lib/rational.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/rational.py b/Lib/rational.py index 93b0c5b..8ee38ba 100755 --- a/Lib/rational.py +++ b/Lib/rational.py @@ -103,7 +103,7 @@ class Rational(RationalAbc): def __new__(cls, numerator=0, denominator=1): """Constructs a Rational. - Takes a string like '3/2' or '3.2', another Rational, or a + Takes a string like '3/2' or '1.5', another Rational, or a numerator/denominator pair. """ |