diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-11-25 17:45:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 17:45:20 -0800 |
commit | 78b143c4ddd5965bbb79cc9d47355d13ef9401ff (patch) | |
tree | 4a21cb5eec1c33a94823d5870f6d8a09dcd3d0fb /numpy | |
parent | e3b15d93f11b91f0a4c8f027b264eee741dda124 (diff) | |
parent | 3f31943b9aa5a0a8bc5f203d2e248c6249da21cf (diff) | |
download | numpy-78b143c4ddd5965bbb79cc9d47355d13ef9401ff.tar.gz |
Merge pull request #14982 from bwignall/typo
MAINT: Fix typos
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/shape_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/shape_base.py b/numpy/core/shape_base.py index 369d956fb..31b1c20b9 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -575,7 +575,7 @@ def _concatenate_shapes(shapes, axis): that was computed deeper in the recursion. These are returned as tuples to ensure that they can quickly be added - to existing slice tuple without creating a new tuple everytime. + to existing slice tuple without creating a new tuple every time. """ # Cache a result that will be reused. |