Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 139ac60

Browse files
committed
Correct doctest
1 parent 8f4125b commit 139ac60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/polynomial_element.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ cdef class Polynomial(CommutativeAlgebraElement):
18221822
18231823
Check that :trac:`18457` is fixed::
18241824
1825-
sage: R.<x> = GF(5)[]
1825+
sage: R.<x> = PolynomialRing(GF(5), sparse=True)
18261826
sage: (1+x)^(5^10) # used to hang forever
18271827
x^9765625 + 1
18281828
"""

0 commit comments

Comments
 (0)