summaryrefslogtreecommitdiff
path: root/numpy/core
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core')
-rw-r--r--numpy/core/fromnumeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py
index 5735b6124..20e53e918 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -1378,7 +1378,7 @@ def compress(condition, a, axis=None, out=None):
See Also
--------
take, choose, diag, diagonal, select
- ndarray.compress : Equivalent method.
+ ndarray.extract : Equivalent method.
numpy.doc.ufuncs : Section "Output arguments"
Examples