diff options
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/fromnumeric.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 152cceb1b..728c95294 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -90,6 +90,7 @@ def take(a, indices, axis=None, out=None, mode='raise'): See Also -------- + compress : Take elements using a boolean mask ndarray.take : equivalent method Examples |