From c30368aa16606ba9826edd767a1fec2545c68c18 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 15 Nov 2023 19:45:58 -0800 Subject: [PATCH] src/sage/matrix/matrix_cmr_sparse.pyx: Fix markup --- src/sage/matrix/matrix_cmr_sparse.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/matrix/matrix_cmr_sparse.pyx b/src/sage/matrix/matrix_cmr_sparse.pyx index bfc5937976e..410646d7fe0 100644 --- a/src/sage/matrix/matrix_cmr_sparse.pyx +++ b/src/sage/matrix/matrix_cmr_sparse.pyx @@ -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::