Skip to content

Commit e449a6b

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

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
@@ -125,7 +125,7 @@ def nan_to_num(
125125
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
128-
point values representable by ``x.dtype`` and -infinity is replaced by the
128+
point value representable by ``x.dtype``, and -infinity is replaced by the
129129
most negative finite floating point values representable by ``x.dtype``.
130130
131131
For complex dtypes, the above is applied to each of the real and

0 commit comments

Comments
 (0)