summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
diff options
context:
space:
mode:
authorBharat123rox <bharatraghunthan9767@gmail.com>2019-05-16 12:27:23 +0530
committerBharat123rox <bharatraghunthan9767@gmail.com>2019-05-16 12:27:23 +0530
commit5aa6c71774a04494458a354586ef19e6726250e3 (patch)
tree44df46f800b8ec0cc540a25b00bbca72ce076f6c /numpy/lib/shape_base.py
parent11109b8ad2e69dbce2c2e7867d6d1c0c03150bc2 (diff)
downloadnumpy-5aa6c71774a04494458a354586ef19e6726250e3.tar.gz
Make wording changes according to @mattip
Diffstat (limited to 'numpy/lib/shape_base.py')
-rw-r--r--numpy/lib/shape_base.py3
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
--------