diff --git a/pandas/core/series.py b/pandas/core/series.py index 43cb26e5ba5fc..24f433db45e60 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -4204,7 +4204,7 @@ def apply( convert_dtype : bool, default True Try to find better dtype for elementwise function results. If False, leave as dtype=object. Note that the dtype is always - preserved for extension array dtypes, such as Categorical. + preserved for some extension array dtypes, such as Categorical. args : tuple Positional arguments passed to func after the series value. **kwargs