Skip to content

Commit 330c9f9

Browse files
authored
DOC: Correct docstring for Series.apply (#42193)
1 parent 20a6662 commit 330c9f9

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)