Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaruso committed Apr 29, 2021
1 parent ca3285a commit e43030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_cdv.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cpdef hessenbergize_cdvf(Matrix_generic_dense H):
sage: M.charpoly()[0] == M.determinant()
True
We check that trac:`31753` is resolved::
We check that :trac:`31753` is resolved::
sage: R.<t> = GF(5)[[]]
sage: M = matrix(3, 3, [ 1, t + O(t^3), t^2, 1 + t + O(t^3), 2 + t^2, 3 + 2*t + O(t^3), t - t^2, 2*t, 1 + t ])
Expand Down

0 comments on commit e43030c

Please sign in to comment.