Commit cd6bfab4 authored by Raymond Hettinger's avatar Raymond Hettinger

Zap one more use of Exact/Inexact.

parent 6b467629
......@@ -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
......
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