Skip to content

Commit c70956c

Browse files
committed
erase an empty line
1 parent cfa0a9f commit c70956c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/matrix/matrix_mod2_dense.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,6 @@ cdef class Matrix_mod2_dense(matrix_dense.Matrix_dense): # dense or sparse
22382238
sage: B.doubly_lexical_ordering()
22392239
((), ())
22402240
"""
2241-
22422241
if inplace and self.is_immutable():
22432242
raise TypeError("this matrix is immutable;"
22442243
" use inplace=False or apply to a mutable copy.")

0 commit comments

Comments
 (0)