From d4ef9b119f0954123de9acf5cf1fcb5358d99110 Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Sat, 14 Sep 2013 14:53:26 +0200 Subject: DOC: add isclose and partition to reference and link some docs also drop sometrue/alltrue link, its equivalent to any/all. --- numpy/core/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/numeric.py') 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 ----- -- cgit v1.2.1