Skip to content

Commit 92b9635

Browse files
rhshadrachJulianWgs
authored andcommitted
DOC: Correct docstring for Series.apply (pandas-dev#42193)
1 parent 12d9659 commit 92b9635

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
@@ -4202,7 +4202,7 @@ def apply(
42024202
convert_dtype : bool, default True
42034203
Try to find better dtype for elementwise function results. If
42044204
False, leave as dtype=object. Note that the dtype is always
4205-
preserved for extension array dtypes, such as Categorical.
4205+
preserved for some extension array dtypes, such as Categorical.
42064206
args : tuple
42074207
Positional arguments passed to func after the series value.
42084208
**kwargs

0 commit comments

Comments
 (0)