Skip to content

Commit

Permalink
Merge pull request numpy#8075 from ysshah/patch-1
Browse files Browse the repository at this point in the history
DOC: Fix description of isinf in nan_to_num
  • Loading branch information
juliantaylor authored Sep 21, 2016
2 parents 866bc02 + 86e87cb commit 04a9eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/lib/type_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def nan_to_num(x):
See Also
--------
isinf : Shows which elements are negative or negative infinity.
isinf : Shows which elements are positive or negative infinity.
isneginf : Shows which elements are negative infinity.
isposinf : Shows which elements are positive infinity.
isnan : Shows which elements are Not a Number (NaN).
Expand Down

0 comments on commit 04a9eac

Please sign in to comment.