Skip to content

Commit 8cecf8c

Browse files
committed
Removed whitespace at the end of a line
1 parent d922474 commit 8cecf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix_dense.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ cdef class Matrix_dense(matrix.Matrix):
280280
TESTS:
281281
282282
Verify that :issue:`15067` is fixed::
283-
283+
284284
sage: u = matrix(1, 2, [-1, 1])
285285
sage: derivative(u, x)
286286
[0 0]

0 commit comments

Comments
 (0)