commit | 63c77b61751c2d15754b6381d085eb5ca2e26501 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Jan 27 10:13:57 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Jan 27 10:13:57 2008 +0000 |
tree | 1678a3cedf61f22b736b5b8b0da378fb9c4f54aa | |
parent | cfb41c4985e8fe5f2044c703160e5195044235df [diff] [blame] |
Docstring nit
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 @@ 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. """