diff --git a/pandas/core/series.py b/pandas/core/series.py index c87e371354f63..48f10bbfa8c9e 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -4410,9 +4410,9 @@ def between(self, left, right, inclusive=True): Parameters ---------- - left : scalar + left : scalar or list-like Left boundary. - right : scalar + right : scalar or list-like Right boundary. inclusive : bool, default True Include boundaries.