diff options
author | Matti Picus <matti.picus@gmail.com> | 2023-02-12 07:41:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 07:41:54 +0200 |
commit | 9dde0a930aa568bbdd3ba176b12d1d46c72d3d4e (patch) | |
tree | b11aaf190594f6fa3eec452ea6ef3e095d1f7f5a /numpy/lib/polynomial.py | |
parent | 671de61aeaf2b4ec25f058f60f629f412d7df653 (diff) | |
parent | e1e487acf1d820cbab8a6f97986bf2fb451dfa8e (diff) | |
download | numpy-9dde0a930aa568bbdd3ba176b12d1d46c72d3d4e.tar.gz |
Merge pull request #23200 from DimitriPapadopoulos/codespell
Fix typos found by copdespell
Diffstat (limited to 'numpy/lib/polynomial.py')
-rw-r--r-- | numpy/lib/polynomial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/polynomial.py b/numpy/lib/polynomial.py index fb036108a..3b8db2a95 100644 --- a/numpy/lib/polynomial.py +++ b/numpy/lib/polynomial.py @@ -104,7 +104,7 @@ def poly(seq_of_zeros): References ---------- - .. [1] M. Sullivan and M. Sullivan, III, "Algebra and Trignometry, + .. [1] M. Sullivan and M. Sullivan, III, "Algebra and Trigonometry, Enhanced With Graphing Utilities," Prentice-Hall, pg. 318, 1996. .. [2] G. Strang, "Linear Algebra and Its Applications, 2nd Edition," |