Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix not found examples
  • Loading branch information
ABCPAN-rank committed Feb 5, 2023
commit a329e4c70a6eb827eca2aa2c3e962e3bcdfe94c4
2 changes: 1 addition & 1 deletion pandas/core/dtypes/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def is_any_real_numeric_dtype(arr_or_dtype) -> bool:
Whether or not the array or dtype is of a real number dtype.

Examples
-------
--------
>>> is_any_real_numeric_dtype(int)
True
>>> is_any_real_numeric_dtype(float)
Expand Down