Skip to content

Commit 3643052

Browse files
author
Matthias Koeppe
committed
src/sage/rings/abc.pyx: Restore lost RealField
1 parent 2e2d1fe commit 3643052

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/sage/rings/abc.pyx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ class AlgebraicField(AlgebraicField_common):
3535

3636

3737
class AlgebraicRealField(AlgebraicField_common):
38+
r"""
39+
Abstract base class for :class:`~sage.rings.qqbar.AlgebraicRealField`.
40+
"""
41+
42+
pass
43+
44+
45+
cdef class RealField(Field):
3846
r"""
3947
Abstract base class for :class:`~sage.rings.real_mpfr.RealField_class`.
4048
"""

0 commit comments

Comments
 (0)