Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/matrix/matrix_numpy_integer_dense.pyx: Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 12, 2021
1 parent d33d173 commit 98ced3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_numpy_integer_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cdef class Matrix_numpy_integer_dense(Matrix_numpy_dense):
TESTS::
sage: from sage.matrix.matrix_numpy_integer_dense import Matrix_numpy_integer_dense
sage: M = Matrix_numpy_integer_dense(MatrixSpace(ZZ, 2, 3)); M
sage: M = Matrix_numpy_integer_dense(MatrixSpace(ZZ, 2, 3))
sage: TestSuite(M).run()
"""

Expand Down

0 comments on commit 98ced3c

Please sign in to comment.