Skip to content

Commit

Permalink
Merge pull request #5764 from Linkid/doc/syntax
Browse files Browse the repository at this point in the history
DOC, MAINT: fix typo in np.insert docstring
  • Loading branch information
jaimefrio committed Apr 13, 2015
2 parents 3c5409e + c1a3fcc commit 0752872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/lib/function_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3739,6 +3739,7 @@ def insert(arr, obj, values, axis=None):
[3, 5, 3]])
Difference between sequence and scalars:
>>> np.insert(a, [1], [[1],[2],[3]], axis=1)
array([[1, 1, 1],
[2, 2, 2],
Expand Down

0 comments on commit 0752872

Please sign in to comment.