diff options
author | Min ho Kim <minho42@gmail.com> | 2019-05-01 06:04:16 +1000 |
---|---|---|
committer | Min ho Kim <minho42@gmail.com> | 2019-05-01 06:04:16 +1000 |
commit | 616d47eab3832f125d7ffef6b0f1603e81cf7cb1 (patch) | |
tree | 1045774ae333732cb201ceaff9a7db0d8c3aa75e /numpy/core/shape_base.py | |
parent | 9a31efbea0a0390a59e1201a82e53f893a2f3c8c (diff) | |
download | numpy-616d47eab3832f125d7ffef6b0f1603e81cf7cb1.tar.gz |
MAINT: fixed typo 'wtihout' from numpy/core/shape_base.py
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 0eac772e8..3a037e7d2 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -832,7 +832,7 @@ def block(arrays): # Theses helper functions are mostly used for testing. # They allow us to write tests that directly call `_block_slicing` -# or `_block_concatenate` wtihout blocking large arrays to forse the wisdom +# or `_block_concatenate` without blocking large arrays to forse the wisdom # to trigger the desired path. def _block_setup(arrays): """ |