Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions numpy/lib/_twodim_base_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ def tril_indices(n, k=0, m=None):
-------
inds : tuple of arrays
The row and column indices, respectively. The row indices are sorted
in non-decreasing order, and the correspdonding column indices are
in non-decreasing order, and the corresponding column indices are
strictly increasing for each row.

See also
Expand Down Expand Up @@ -1073,7 +1073,7 @@ def triu_indices(n, k=0, m=None):
-------
inds : tuple, shape(2) of ndarrays, shape(`n`)
The row and column indices, respectively. The row indices are sorted
in non-decreasing order, and the correspdonding column indices are
in non-decreasing order, and the corresponding column indices are
strictly increasing for each row.

See also
Expand Down