Skip to content

Commit 8c2476b

Browse files
authored
DOC: Fix rendering in docstring of nan_to_num (numpy#27604)
* DOC: Fix rendering in nan_to_num * MAINT: Remove outdated versionadded directive * Skip CI [skip azp] [skip actions] [skip cirrus]
1 parent e9fca94 commit 8c2476b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

numpy/lib/_type_check_impl.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,6 @@ def nan_to_num(x, copy=True, nan=0.0, posinf=None, neginf=None):
409409
Value to be used to fill negative infinity values. If no value is
410410
passed then negative infinity values will be replaced with a very
411411
small (or negative) number.
412-
.. versionadded:: 1.17
413-
414-
415412
416413
Returns
417414
-------

0 commit comments

Comments
 (0)