Skip to content

Commit fc2b064

Browse files
DOC: follow-up to #40628 (#42218)
1 parent eca7655 commit fc2b064

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
@@ -4981,6 +4981,7 @@ def between(self, left, right, inclusive="both") -> Series:
49814981
Right boundary.
49824982
inclusive : {"both", "neither", "left", "right"}
49834983
Include boundaries. Whether to set each bound as closed or open.
4984+
49844985
.. versionchanged:: 1.3.0
49854986
49864987
Returns

0 commit comments

Comments
 (0)