diff options
author | Bharat123rox <bharatraghunthan9767@gmail.com> | 2019-05-16 12:27:23 +0530 |
---|---|---|
committer | Bharat123rox <bharatraghunthan9767@gmail.com> | 2019-05-16 12:27:23 +0530 |
commit | 5aa6c71774a04494458a354586ef19e6726250e3 (patch) | |
tree | 44df46f800b8ec0cc540a25b00bbca72ce076f6c /numpy/lib/shape_base.py | |
parent | 11109b8ad2e69dbce2c2e7867d6d1c0c03150bc2 (diff) | |
download | numpy-5aa6c71774a04494458a354586ef19e6726250e3.tar.gz |
Make wording changes according to @mattip
Diffstat (limited to 'numpy/lib/shape_base.py')
-rw-r--r-- | numpy/lib/shape_base.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/lib/shape_base.py b/numpy/lib/shape_base.py index 21070ce36..8ebe7a695 100644 --- a/numpy/lib/shape_base.py +++ b/numpy/lib/shape_base.py @@ -532,8 +532,7 @@ def expand_dims(a, axis): Returns ------- res : ndarray - Output array. The number of dimensions is one greater than that of - the input array. This is a view on the original array `a`. + View of `a` with the number of dimensions increased by one. See Also -------- |