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

Commit c352b8a

Browse files
author
Jonathan Kliem
committed
added indirect doctest flag
1 parent 44e5151 commit c352b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix_integer_dense.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,7 @@ cdef class Matrix_integer_dense(Matrix_dense):
27082708
EXAMPLES::
27092709
27102710
sage: m = matrix(ZZ,3,[1..9])
2711-
sage: m.adjugate()
2711+
sage: m.adjugate() # indirect doctest
27122712
[ -3 6 -3]
27132713
[ 6 -12 6]
27142714
[ -3 6 -3]

0 commit comments

Comments
 (0)