diff options
author | Joseph Fox-Rabinovitz <madphysicist@users.noreply.github.com> | 2017-01-31 14:56:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-31 14:56:20 -0500 |
commit | 05e8eb359ffa087d44f88cb2246090045185e1de (patch) | |
tree | 7f7b00ea3b579f7b2d9be83efbd1c4e64bb0e642 /numpy/add_newdocs.py | |
parent | c0d71803d55ef48ba1ff1bd59e4830acc7a9c3f8 (diff) | |
download | numpy-05e8eb359ffa087d44f88cb2246090045185e1de.tar.gz |
Added searchsorted to see items.
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index abc4f3f22..41c560074 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -5060,7 +5060,7 @@ add_newdoc('numpy.core.multiarray', 'digitize', See Also -------- - bincount, histogram, unique + bincount, histogram, unique, searchsorted Notes ----- |