Skip to content

Commit

Permalink
src/sage/matrix/matrix_cmr_sparse.pyx: Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 11, 2023
1 parent eccf059 commit c30368a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_cmr_sparse.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ cdef class Matrix_cmr_chr_sparse(Matrix_cmr_sparse):
A matrix is strongly unimodular if ``self`` and ``self.transpose()`` are both unimodular.
.. SEEALSO: meth:`is_unimodular`, :meth:`is_strongly_k_modular`
.. SEEALSO:: meth:`is_unimodular`, :meth:`is_strongly_k_modular`
EXAMPLES::
Expand Down

0 comments on commit c30368a

Please sign in to comment.