From: Raymond Hettinger Date: Sun, 27 Jan 2008 10:13:57 +0000 (+0000) Subject: Docstring nit X-Git-Tag: v2.6a1~374 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63c77b61751c2d15754b6381d085eb5ca2e26501;p=thirdparty%2FPython%2Fcpython.git Docstring nit --- diff --git a/Lib/rational.py b/Lib/rational.py index 93b0c5b62171..8ee38ba0a5c5 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. """