Kaydet (Commit) 63c77b61 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Docstring nit

üst cfb41c49
...@@ -103,7 +103,7 @@ class Rational(RationalAbc): ...@@ -103,7 +103,7 @@ class Rational(RationalAbc):
def __new__(cls, numerator=0, denominator=1): def __new__(cls, numerator=0, denominator=1):
"""Constructs a Rational. """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. 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