From 19784177a61de75927a4934fd4cdd91afbb5b35c Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Tue, 4 Dec 2018 12:17:59 -0800 Subject: MAINT: address several reviewer comments --- numpy/core/shape_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/core/shape_base.py') diff --git a/numpy/core/shape_base.py b/numpy/core/shape_base.py index 83a33a036..0378d3c1f 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -182,9 +182,9 @@ def atleast_3d(*arys): ... print(arr, arr.shape) # doctest: +SKIP ... [[[1] - [2]]] (1, 2, 1) + [2]]] (1, 2, 1) [[[1] - [2]]] (1, 2, 1) + [2]]] (1, 2, 1) [[[1 2]]] (1, 1, 2) """ -- cgit v1.2.1