Commit d221cc13 authored by Raymond Hettinger's avatar Raymond Hettinger

Docstring nit

parent 83eb4438
......@@ -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.
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment