From 7a52ac029cd78347d6991ea8dcbbbb4e8782d0c7 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Fri, 19 Aug 2022 16:25:30 +0200 Subject: [PATCH] DOC: Remove mention that is_float_dtype is private --- pandas/core/dtypes/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandas/core/dtypes/common.py b/pandas/core/dtypes/common.py index 606fefd30f37f..1173703386491 100644 --- a/pandas/core/dtypes/common.py +++ b/pandas/core/dtypes/common.py @@ -1245,8 +1245,6 @@ def is_float_dtype(arr_or_dtype) -> bool: """ Check whether the provided array or dtype is of a float dtype. - This function is internal and should not be exposed in the public API. - Parameters ---------- arr_or_dtype : array-like or dtype