We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98283ea commit 744ddf8Copy full SHA for 744ddf8
src/sage/rings/finite_rings/residue_field.pyx
@@ -1563,8 +1563,8 @@ cdef class LiftingMap(Section):
1563
sage: R.<t> = GF(2)[]; h = t^5 + t^2 + 1
1564
sage: k.<a> = R.residue_field(h)
1565
sage: K = R.fraction_field()
1566
- sage: L = k.lift_map(); L.codomain() # needs sage.libs.ntl
1567
- Univariate Polynomial Ring in t over Finite Field of size 2 (using GF2X)
+ sage: L = k.lift_map(); L.codomain()
+ Univariate Polynomial Ring in t over Finite Field of size 2...
1568
"""
1569
self._K = reduction._K
1570
self._F = reduction._F # finite field
0 commit comments