Skip to content

Commit 6792a68

Browse files
committed
Doc: Fix copy parameter type in astype docstring Fixes #63144
1 parent 49f4a94 commit 6792a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6692,7 +6692,7 @@ def infer_objects(self, copy: bool | lib.NoDefault = lib.no_default) -> Self:
66926692
66936693
Parameters
66946694
----------
6695-
copy : bool, default False
6695+
copy : bool or lib.NoDefault, default lib.no_default
66966696
Whether to make a copy for non-object or non-inferable columns
66976697
or Series.
66986698

0 commit comments

Comments
 (0)