We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30be004 commit 83cd360Copy full SHA for 83cd360
pandas/core/generic.py
@@ -7650,7 +7650,7 @@ def between_time(
7650
raise TypeError("Index must be DatetimeIndex")
7651
7652
# if depreciated arguments ('include_start', 'include_end') have been passed
7653
- if (include_start != 'bool_t') or (include_start != 'bool_t'):
+ if (include_start != 'bool_t') or (include_start != 'bool_t'):
7654
warnings.warn(
7655
"`include_start` and `include_end` are deprecated in"
7656
"favour of `inclusive`.",
0 commit comments