Skip to content

Commit abf10dd

Browse files
Backport PR #42193: DOC: Correct docstring for Series.apply (#42208)
Co-authored-by: Richard Shadrach <[email protected]>
1 parent 41a4114 commit abf10dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4204,7 +4204,7 @@ def apply(
42044204
convert_dtype : bool, default True
42054205
Try to find better dtype for elementwise function results. If
42064206
False, leave as dtype=object. Note that the dtype is always
4207-
preserved for extension array dtypes, such as Categorical.
4207+
preserved for some extension array dtypes, such as Categorical.
42084208
args : tuple
42094209
Positional arguments passed to func after the series value.
42104210
**kwargs

0 commit comments

Comments
 (0)