Skip to content

Commit d51fa05

Browse files
Update src/array_api_extra/_delegation.py
Co-authored-by: Lucas Colley <lucas.colley8@gmail.com>
1 parent e449a6b commit d51fa05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/array_api_extra/_delegation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def nan_to_num(
126126
If `x` is inexact, NaN is replaced by zero or by the user defined value in the
127127
`fill_value` keyword, infinity is replaced by the largest finite floating
128128
point value representable by ``x.dtype``, and -infinity is replaced by the
129-
most negative finite floating point values representable by ``x.dtype``.
129+
most negative finite floating point value representable by ``x.dtype``.
130130
131131
For complex dtypes, the above is applied to each of the real and
132132
imaginary components of `x` separately.

0 commit comments

Comments
 (0)