diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-09-21 15:54:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 15:54:11 -0700 |
commit | 66d33faabf1f19d4b192c38e927dfa727b0ed61f (patch) | |
tree | f657cee2e071c1394f993abf9f1b3a18504414c6 /numpy/lib/twodim_base.py | |
parent | a838abe68ce6bf8164c31cc35a2ac8d5485754ec (diff) | |
parent | 83960267dc097742cb67ef575504afa56f82b102 (diff) | |
download | numpy-66d33faabf1f19d4b192c38e927dfa727b0ed61f.tar.gz |
Merge pull request #19911 from DimitriPapadopoulos/codespell
DOC: Typos found by codespell
Diffstat (limited to 'numpy/lib/twodim_base.py')
-rw-r--r-- | numpy/lib/twodim_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/twodim_base.py b/numpy/lib/twodim_base.py index 83c028061..811faff79 100644 --- a/numpy/lib/twodim_base.py +++ b/numpy/lib/twodim_base.py @@ -67,7 +67,7 @@ def fliplr(m): See Also -------- flipud : Flip array in the up/down direction. - flip : Flip array in one or more dimesions. + flip : Flip array in one or more dimensions. rot90 : Rotate array counterclockwise. Notes @@ -120,7 +120,7 @@ def flipud(m): See Also -------- fliplr : Flip array in the left/right direction. - flip : Flip array in one or more dimesions. + flip : Flip array in one or more dimensions. rot90 : Rotate array counterclockwise. Notes |