Skip to content

Commit

Permalink
Added missing backticks to correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Handa committed Mar 29, 2023
1 parent 82e02a1 commit dbbd851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_modn_dense_float.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cdef class Matrix_modn_dense_float(Matrix_modn_dense_template):
``Matrix_modn_dense_double`` class is used for larger moduli.
Routines here are for the most basic access, see the
`matrix_modn_dense_template.pxi` file for higher-level routines.
``matrix_modn_dense_template.pxi`` file for higher-level routines.
"""
def __cinit__(self):
"""
Expand Down

0 comments on commit dbbd851

Please sign in to comment.