diff --git a/pandas/core/generic.py b/pandas/core/generic.py index c659f8d0d9a4d..c5a931fe29ab1 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -6411,7 +6411,7 @@ def convert_dtypes( By default, ``convert_dtypes`` will attempt to convert a Series (or each Series in a DataFrame) to dtypes that support ``pd.NA``. By using the options ``convert_string``, ``convert_integer``, ``convert_boolean`` and - ``convert_boolean``, it is possible to turn off individual conversions + ``convert_floating``, it is possible to turn off individual conversions to ``StringDtype``, the integer extension types, ``BooleanDtype`` or floating extension types, respectively.