Skip to content

Commit e7e99a8

Browse files
committed
fix doctest
1 parent 0511f62 commit e7e99a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/types/fq_default_poly.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cdef class fq_default_poly_ctx:
1919
with a finite field `GF(p^d)`.
2020
2121
>>> fq_default_poly_ctx(163, 3)
22-
fq_default_poly_ctx(Context for fq_default in GF(163^3)[z]/(z^3 + 7*z + 161))
22+
fq_default_poly_ctx(fq_default_ctx(163, 3, 'z', x^3 + 7*x + 161, 'FQ_NMOD'))
2323
"""
2424
def __cinit__(self):
2525
pass

0 commit comments

Comments
 (0)