Skip to content

Commit c3f81fd

Browse files
author
Marie BONBOIRE
committed
fix typo
1 parent 2deabdd commit c3f81fd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/sage/matrix/matrix1.pyx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,9 +2176,7 @@ cdef class Matrix(Matrix0):
21762176
[5 4]
21772177
21782178
For example here we take from row 1 columns 2 then 0 twice, and do
2179-
this 3 times.
2180-
2181-
::
2179+
this 3 times::
21822180
21832181
sage: A.matrix_from_rows_and_columns([1,1,1],[2,0,0])
21842182
[5 3 3]

src/sage/matrix/matrix_modn_dense_template.pxi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,9 +3151,7 @@ cdef class Matrix_modn_dense_template(Matrix_dense):
31513151
[5 4]
31523152
31533153
For example here we take from row 1 columns 2 then 0 twice, and do
3154-
this 3 times.
3155-
3156-
::
3154+
this 3 times::
31573155
31583156
sage: A.matrix_from_rows_and_columns([1,1,1],[2,0,0])
31593157
[5 3 3]

0 commit comments

Comments
 (0)