diff --git a/pandas/core/series.py b/pandas/core/series.py index c1722718364d3..800d2d736013a 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -4983,6 +4983,7 @@ def between(self, left, right, inclusive="both") -> Series: Right boundary. inclusive : {"both", "neither", "left", "right"} Include boundaries. Whether to set each bound as closed or open. + .. versionchanged:: 1.3.0 Returns