diff options
author | Brian Wignall <brianwignall@gmail.com> | 2019-11-25 19:04:27 -0500 |
---|---|---|
committer | Brian Wignall <brianwignall@gmail.com> | 2019-11-25 19:04:27 -0500 |
commit | 3f31943b9aa5a0a8bc5f203d2e248c6249da21cf (patch) | |
tree | 58d5e85dee0279d6e16a6e9d2bfcca8ffd6f1697 /numpy/core/shape_base.py | |
parent | 4de39979cbe26741c01bded893ce0269116c7153 (diff) | |
download | numpy-3f31943b9aa5a0a8bc5f203d2e248c6249da21cf.tar.gz |
Fix typos
Diffstat (limited to 'numpy/core/shape_base.py')
-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. |