Skip to content

Commit 60d029b

Browse files
committed
feedback: update docstring [convert_dtypes]
1 parent b6cc0be commit 60d029b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/cast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ def convert_dtypes(
12311231
12321232
Parameters
12331233
----------
1234-
input_array : ExtensionArray or PandasArray
1234+
input_array : ExtensionArray, Index, Series or np.ndarray
12351235
convert_string : bool, default True
12361236
Whether object dtypes should be converted to ``StringDtype()``.
12371237
convert_integer : bool, default True

0 commit comments

Comments
 (0)