Skip to content

Commit 13431ff

Browse files
rhshadrachmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#42193: DOC: Correct docstring for Series.apply
1 parent f0a04c0 commit 13431ff

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)