We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e449a6b commit d51fa05Copy full SHA for d51fa05
1 file changed
src/array_api_extra/_delegation.py
@@ -126,7 +126,7 @@ def nan_to_num(
126
If `x` is inexact, NaN is replaced by zero or by the user defined value in the
127
`fill_value` keyword, infinity is replaced by the largest finite floating
128
point value representable by ``x.dtype``, and -infinity is replaced by the
129
- most negative finite floating point values representable by ``x.dtype``.
+ most negative finite floating point value representable by ``x.dtype``.
130
131
For complex dtypes, the above is applied to each of the real and
132
imaginary components of `x` separately.
0 commit comments