Skip to content

Commit d223040

Browse files
committed
another detail
1 parent 1ab93a5 commit d223040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix2.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6021,7 +6021,7 @@ cdef class Matrix(Matrix1):
60216021
x^3 - 12*x^2 - 18*x
60226022
"""
60236023
i = int(i)
6024-
t=int(t)
6024+
t = int(t)
60256025
if self.nrows() != self.ncols():
60266026
raise ArithmeticError("self must be a square matrix")
60276027
n = self.nrows()

0 commit comments

Comments
 (0)