We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa8d80 commit ad86943Copy full SHA for ad86943
1 file changed
src/array_api_extra/_delegation.py
@@ -123,7 +123,7 @@ def nan_to_num(
123
"""
124
Replace NaN with zero and infinity with large finite numbers (default behaviour).
125
126
- If `x` is inexact, NaN is replaced by zero or by the user defined value in
+ 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
129
most negative finite floating point values representable by ``x.dtype``.
0 commit comments