Skip to content

Commit 9d816eb

Browse files
committed
fix missing space before inline comment
1 parent fc650f3 commit 9d816eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix_polynomial_dense.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4161,7 +4161,7 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
41614161
sage: matrix(ring, 2, 0)._basis_completion_via_reversed_approx()
41624162
[]
41634163
"""
4164-
from sage.matrix.constructor import matrix # for identity
4164+
from sage.matrix.constructor import matrix # for identity
41654165

41664166
ring = self.base_ring()
41674167
m = self.nrows()

0 commit comments

Comments
 (0)