Skip to content

Commit f09d27f

Browse files
fchapotonmantepse
andauthored
Update src/sage/matrix/matrix2.pyx
Co-authored-by: Martin Rubey <[email protected]>
1 parent 50bfd2c commit f09d27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix2.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ cdef class Matrix(Matrix1):
16101610

16111611
TESTS::
16121612

1613-
sage: A = matrix(ZZ, 0,0, [])
1613+
sage: A = matrix(ZZ, 0, 0, [])
16141614
sage: A.permanent()
16151615
1
16161616
"""

0 commit comments

Comments
 (0)