diff --git a/Lib/numbers.py b/Lib/numbers.py index 7fb61b04e76..38240d62502 100644 --- a/Lib/numbers.py +++ b/Lib/numbers.py @@ -259,7 +259,7 @@ class Real(Complex): Real.register(float) -class Rational(Real, Exact): +class Rational(Real): """.numerator and .denominator should be in lowest terms.""" @abstractproperty