Skip to content

Commit 2219e45

Browse files
Backport PR #42218: DOC: follow-up to #40628 (#42219)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 0da17ce commit 2219e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/series.py

+1
Original file line numberDiff line numberDiff line change
@@ -4983,6 +4983,7 @@ def between(self, left, right, inclusive="both") -> Series:
49834983
Right boundary.
49844984
inclusive : {"both", "neither", "left", "right"}
49854985
Include boundaries. Whether to set each bound as closed or open.
4986+
49864987
.. versionchanged:: 1.3.0
49874988
49884989
Returns

0 commit comments

Comments
 (0)