Skip to content

Commit 82b1f6c

Browse files
committed
Disable gr.gen doctest
1 parent 280e4a7 commit 82b1f6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/flint/types/_gr.pyx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,13 @@ cdef class gr_ctx(flint_ctx):
331331
def gen(self) -> gr:
332332
"""Return the generator of the domain (if available).
333333

334-
>>> from flint.types._gr import gr_fmpzi_ctx, gr_fq_ctx
335-
>>> ctx = gr_fmpzi_ctx
336-
>>> ctx.gen()
337-
I
338-
>>> ctx = gr_fq_ctx.new(5, 2)
339-
>>> ctx.gen()
340-
a
334+
# >>> from flint.types._gr import gr_fmpzi_ctx, gr_fq_ctx
335+
# >>> ctx = gr_fmpzi_ctx
336+
# >>> ctx.gen()
337+
# I
338+
# >>> ctx = gr_fq_ctx.new(5, 2)
339+
# >>> ctx.gen()
340+
# a
341341
"""
342342
return self._gen()
343343

0 commit comments

Comments
 (0)