diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/lib/type_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/type_check.py b/numpy/lib/type_check.py index 07f4463c5..1658f160c 100644 --- a/numpy/lib/type_check.py +++ b/numpy/lib/type_check.py @@ -342,7 +342,7 @@ def nan_to_num(x): See Also -------- - isinf : Shows which elements are negative or negative infinity. + isinf : Shows which elements are positive or negative infinity. isneginf : Shows which elements are negative infinity. isposinf : Shows which elements are positive infinity. isnan : Shows which elements are Not a Number (NaN). |