Skip to content

Commit 2b064e1

Browse files
author
Matthias Koeppe
committed
src/sage/matrix/args.pyx: Fixup
1 parent bbcc6e4 commit 2b064e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/sage/matrix/args.pyx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,10 @@ cdef class MatrixArgs:
230230
[3/5 0]
231231
[ 0 3/5]
232232
233-
sage: ma = MatrixArgs(entries=matrix(2,2)); ma.finalized(); ma.matrix()
234-
<MatrixArgs for Full MatrixSpace of 2 by 2 dense matrices over Integer Ring; typ=MATRIX; entries=[0 0]
235-
[0 0]>
233+
sage: ma = MatrixArgs(entries=matrix(2,2)); ma.finalized()
234+
<MatrixArgs for Full MatrixSpace of 2 by 2 dense matrices
235+
over Integer Ring; typ=MATRIX; entries=[0 0]
236+
[0 0]>
236237
sage: ma.matrix()
237238
[0 0]
238239
[0 0]

0 commit comments

Comments
 (0)