From 616d47eab3832f125d7ffef6b0f1603e81cf7cb1 Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Wed, 1 May 2019 06:04:16 +1000 Subject: MAINT: fixed typo 'wtihout' from numpy/core/shape_base.py --- numpy/core/shape_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/shape_base.py') 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): """ -- cgit v1.2.1