Skip to content

Commit

Permalink
DOC: fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-research committed Jun 11, 2020
1 parent dbd9225 commit ef1c0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/linalg/decomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ def eig_banded(a_band, lower=False, eigvals_only=False, overwrite_a_band=False,
eigvals_banded : eigenvalues for symmetric/Hermitian band matrices
eig : eigenvalues and right eigenvectors of general arrays.
eigh : eigenvalues and right eigenvectors for symmetric/Hermitian arrays
eigh_tridiagonal : eigenvalues and right eiegenvectors for
eigh_tridiagonal : eigenvalues and right eigenvectors for
symmetric/Hermitian tridiagonal matrices
Examples
Expand Down

0 comments on commit ef1c0eb

Please sign in to comment.