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_dense.pyx: Returns -> Return
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 16, 2021
1 parent c8eec7e commit 5323b25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/sage/matrix/matrix_numpy_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ cdef class Matrix_numpy_dense(Matrix_dense):
OUTPUT:
Returns ``True`` if each entry above the diagonal (entries
Return ``True`` if each entry above the diagonal (entries
with a row index less than the column index) is zero.
EXAMPLES::
Expand All @@ -367,8 +367,9 @@ cdef class Matrix_numpy_dense(Matrix_dense):

def numpy(self, dtype=None):
"""
This method returns a copy of the matrix as a numpy array. It
uses the numpy C/api so is very fast.
Return a copy of the matrix as a numpy array.
It uses the numpy C/api so is very fast.
INPUT:
Expand Down

0 comments on commit 5323b25

Please sign in to comment.