Skip to content

Commit 236b8c3

Browse files
committed
updated docstring for inclusive
1 parent 1e6361b commit 236b8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7592,8 +7592,8 @@ def between_time(
75927592
Initial time as a time filter limit.
75937593
end_time : datetime.time or str
75947594
End time as a time filter limit.
7595-
inclusive: Include boundaries. Whether to set each bound as closed or open.
7596-
{"both", "neither", "left", "right"}, default "both"
7595+
inclusive: {"both", "neither", "left", "right"}, default "both"
7596+
Include boundaries; whether to set each bound as closed or open.
75977597
axis : {0 or 'index', 1 or 'columns'}, default 0
75987598
Determine range time on index or columns value.
75997599

0 commit comments

Comments
 (0)