Skip to content

Commit 0a9c039

Browse files
committed
gix missing space
1 parent 67006bb commit 0a9c039

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
@@ -4163,7 +4163,7 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
41634163
"""
41644164
from sage.matrix.constructor import matrix # for identity
41654165

4166-
ring,var = self.base_ring().objgen()
4166+
ring, var = self.base_ring().objgen()
41674167
m = self.nrows()
41684168
n = self.ncols()
41694169

0 commit comments

Comments
 (0)