Skip to content

Commit

Permalink
Make wording changes according to @mattip
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatr21 committed May 16, 2019
1 parent 11109b8 commit 5aa6c71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions numpy/lib/shape_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down

0 comments on commit 5aa6c71

Please sign in to comment.