From b2634ff922176acd12ddd3725434d3dfaaf25422 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 21 Mar 2009 21:03:15 +0000 Subject: docs: remove invalid information --- numpy/lib/ufunclike.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'numpy/lib/ufunclike.py') diff --git a/numpy/lib/ufunclike.py b/numpy/lib/ufunclike.py index 24f35da81..8ea7c6662 100644 --- a/numpy/lib/ufunclike.py +++ b/numpy/lib/ufunclike.py @@ -93,10 +93,6 @@ def isposinf(x, y=None): Errors result if second argument is also supplied with scalar input or if first and second arguments have different shapes. - Numpy's definitions for positive infinity (PINF) and negative infinity - (NINF) may be change in the future versions. - - Examples -------- >>> np.isposinf(np.PINF) -- cgit v1.2.1