diff --git a/pandas/core/series.py b/pandas/core/series.py index e94689383100d..fd20d992603c7 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