From 3988edf2c5d6faacc6fc4dfd1d6b67dc20d73c40 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Fri, 25 Jun 2021 10:33:40 +0100 Subject: [PATCH] DOC: follow-up to #40628 --- pandas/core/series.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/core/series.py b/pandas/core/series.py index 928a6807a1f9f..472b64705d2c9 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -4981,6 +4981,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