mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Zap one more use of Exact/Inexact.
This commit is contained in:
parent
6b46762974
commit
cd6bfab410
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class Real(Complex):
|
||||||
Real.register(float)
|
Real.register(float)
|
||||||
|
|
||||||
|
|
||||||
class Rational(Real, Exact):
|
class Rational(Real):
|
||||||
""".numerator and .denominator should be in lowest terms."""
|
""".numerator and .denominator should be in lowest terms."""
|
||||||
|
|
||||||
@abstractproperty
|
@abstractproperty
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue