Skip to content

Commit f554a0f

Browse files
committed
Comment gr_complex_algebraic_ca_ctx.new doctests
1 parent a5a8adc commit f554a0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/flint/types/_gr.pyx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,12 +1403,12 @@ cdef class gr_complex_algebraic_ca_ctx(gr_scalar_ctx):
14031403
def new(**options) -> gr_complex_algebraic_ca_ctx:
14041404
"""Create a new context for calcium exact complex algebraic numbers.
14051405

1406-
>>> from flint.types._gr import gr_complex_algebraic_ca_ctx
1407-
>>> C = gr_complex_algebraic_ca_ctx.new()
1408-
>>> C
1409-
gr_complex_algebraic_ca_ctx({})
1410-
>>> C(2).sqrt()
1411-
1.41421 {a where a = 1.41421 [a^2-2=0]}
1406+
# >>> from flint.types._gr import gr_complex_algebraic_ca_ctx
1407+
# >>> C = gr_complex_algebraic_ca_ctx.new()
1408+
# >>> C
1409+
# gr_complex_algebraic_ca_ctx({})
1410+
# >>> C(2).sqrt()
1411+
# 1.41421 {a where a = 1.41421 [a^2-2=0]}
14121412
"""
14131413
return gr_complex_algebraic_ca_ctx._new(options)
14141414

0 commit comments

Comments
 (0)