summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-11-25 17:45:20 -0800
committerGitHub <noreply@github.com>2019-11-25 17:45:20 -0800
commit78b143c4ddd5965bbb79cc9d47355d13ef9401ff (patch)
tree4a21cb5eec1c33a94823d5870f6d8a09dcd3d0fb /numpy
parente3b15d93f11b91f0a4c8f027b264eee741dda124 (diff)
parent3f31943b9aa5a0a8bc5f203d2e248c6249da21cf (diff)
downloadnumpy-78b143c4ddd5965bbb79cc9d47355d13ef9401ff.tar.gz
Merge pull request #14982 from bwignall/typo
MAINT: Fix typos
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/shape_base.py2
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.