Docstring nit

This commit is contained in:
Raymond Hettinger 2008-01-27 10:13:57 +00:00
parent cfb41c4985
commit 63c77b6175
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""