From 05e8eb359ffa087d44f88cb2246090045185e1de Mon Sep 17 00:00:00 2001 From: Joseph Fox-Rabinovitz Date: Tue, 31 Jan 2017 14:56:20 -0500 Subject: [PATCH] Added searchsorted to see items. --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index abc4f3f22ef8..41c560074841 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -5060,7 +5060,7 @@ def luf(lamdaexpr, *args, **kwargs): See Also -------- - bincount, histogram, unique + bincount, histogram, unique, searchsorted Notes -----