From 8fbf75e499196c05da46302f035909897c9ec272 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Sat, 6 May 2017 15:31:52 -0700 Subject: DOC: fix docstring for np.isin --- numpy/lib/arraysetops.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/lib/arraysetops.py') diff --git a/numpy/lib/arraysetops.py b/numpy/lib/arraysetops.py index 9a1448991..d29e555b8 100644 --- a/numpy/lib/arraysetops.py +++ b/numpy/lib/arraysetops.py @@ -522,6 +522,7 @@ def isin(element, test_elements, assume_unique=False, invert=False): in1d : Flattened version of this function. numpy.lib.arraysetops : Module with a number of other functions for performing set operations on arrays. + Notes ----- -- cgit v1.2.1