Skip to content

Commit 7b112e9

Browse files
committed
Fix gr acb doctest for FLINT<3.1
1 parent adeb761 commit 7b112e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/types/_gr.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ cdef class gr(flint_scalar):
17081708

17091709
>>> from flint.types._gr import gr_complex_acb_ctx
17101710
>>> acb = gr_complex_acb_ctx.new(53)
1711-
>>> x = acb("pi")
1711+
>>> x = acb("2")
17121712
>>> x.parent()
17131713
gr_complex_acb_ctx(53)
17141714
"""

0 commit comments

Comments
 (0)