Skip to content

Commit fc650f3

Browse files
committed
fix double colon after EXAMPLES
1 parent 2f9392b commit fc650f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix_polynomial_dense.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4091,7 +4091,7 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
40914091
this matrix. For a more detailed description, see
40924092
:meth:`basis_completion`, in the row-wise case.
40934093
4094-
EXAMPLES::
4094+
EXAMPLES:
40954095
40964096
Three polynomials whose GCD is `1` can be completed into a unimodular
40974097
matrix::

0 commit comments

Comments
 (0)