From e4630a2f5273307983b6ddca9b72aa0cf5a65784 Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Thu, 10 Sep 2020 02:38:56 +0800 Subject: Fix typo in shape_base (#17279) concatate to concatenate --- numpy/core/shape_base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/core/shape_base.py') diff --git a/numpy/core/shape_base.py b/numpy/core/shape_base.py index 7a76bbf9d..e4dc30d4c 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -539,7 +539,8 @@ def _accumulate(values): def _concatenate_shapes(shapes, axis): """Given array shapes, return the resulting shape and slices prefixes. - These help in nested concatation. + These help in nested concatenation. + Returns ------- shape: tuple of int -- cgit v1.2.1