8000 DOC: fix docstring for np.isin · numpy/numpy@8fbf75e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fbf75e

Browse files
committed
DOC: fix docstring for np.isin
1 parent a148978 commit 8fbf75e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/lib/arraysetops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ def isin(element, test_elements, assume_unique=False, invert=False):
522522
in1d : Flattened version of this function.
523523
numpy.lib.arraysetops : Module with a number of other functions for
524524
performing set operations on arrays.
525+
525526
Notes
526527
-----
527528

0 commit comments

Comments
 (0)
0