summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r--numpy/core/numeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py
index 1b3d5d5a8..1aa59ce58 100644
--- a/numpy/core/numeric.py
+++ b/numpy/core/numeric.py
@@ -2083,7 +2083,7 @@ def allclose(a, b, rtol=1.e-5, atol=1.e-8):
See Also
--------
- all, any, alltrue, sometrue
+ isclose, all, any
Notes
-----