Skip to content

Commit 6d458ee

Browse files
authored
DOC: Remove mention that is_float_dtype is private (#48156)
1 parent 3de21de commit 6d458ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/dtypes/common.py

-2
Original file line numberDiff line numberDiff line change
@@ -1245,8 +1245,6 @@ def is_float_dtype(arr_or_dtype) -> bool:
12451245
"""
12461246
Check whether the provided array or dtype is of a float dtype.
12471247
1248-
This function is internal and should not be exposed in the public API.
1249-
12501248
Parameters
12511249
----------
12521250
arr_or_dtype : array-like or dtype

0 commit comments

Comments
 (0)