8000 DOC: Correct grammar in isfinite docstring · thomasjpfan/numpy@9a067ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a067ab

Browse files
authored
DOC: Correct grammar in isfinite docstring
Finiteness means both not infinity and also not NaN.
1 parent ae4af75 commit 9a067ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/code_generators/ufunc_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ def add_newdoc(place, name, doc):
16781678

16791679
add_newdoc('numpy.core.umath', 'isfinite',
16801680
"""
1681-
Test element-wise for finiteness (not infinity or not Not a Number).
1681+
Test element-wise for finiteness (not infinity and not Not a Number).
16821682
16831683
The result is returned as a boolean array.
16841684

0 commit comments

Comments
 (0)
0