Skip to content

Commit cea7d8d

Browse files
author
Matthias Koeppe
committed
src/sage/matrix/matrix_modn_dense_template.pxi: Fixup
1 parent 4e3f558 commit cea7d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix_modn_dense_template.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ cdef class Matrix_modn_dense_template(Matrix_dense):
668668
669669
And for larger modulus::
670670
671-
sage: # needs sage.rings.finite_rings
671+
sage: # needs sage.rings.finite_rings
672672
sage: A = random_matrix(GF(1009), 51, 5)
673673
sage: data, version = A._pickle()
674674
sage: B = A.parent()(0)

0 commit comments

Comments
 (0)