Skip to content

Commit cab77e3

Browse files
authored
Fix a typo in the docstring (#50131)
1 parent c35eca3 commit cab77e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6411,7 +6411,7 @@ def convert_dtypes(
64116411
By default, ``convert_dtypes`` will attempt to convert a Series (or each
64126412
Series in a DataFrame) to dtypes that support ``pd.NA``. By using the options
64136413
``convert_string``, ``convert_integer``, ``convert_boolean`` and
6414-
``convert_boolean``, it is possible to turn off individual conversions
6414+
``convert_floating``, it is possible to turn off individual conversions
64156415
to ``StringDtype``, the integer extension types, ``BooleanDtype``
64166416
or floating extension types, respectively.
64176417

0 commit comments

Comments
 (0)