We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad86943 commit e449a6bCopy full SHA for e449a6b
1 file changed
src/array_api_extra/_delegation.py
@@ -125,7 +125,7 @@ def nan_to_num(
125
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 values representable by ``x.dtype`` and -infinity is replaced by the
+ point value representable by ``x.dtype``, and -infinity is replaced by the
129
most negative finite floating point values representable by ``x.dtype``.
130
131
For complex dtypes, the above is applied to each of the real and
0 commit comments