@@ -921,9 +921,8 @@ def date_range(
921
921
Make the interval closed with respect to the given frequency to
922
922
the 'left', 'right', or both sides (None, the default).
923
923
.. deprecated:: 1.4.0
924
- Argument `closed` have been deprecated
925
- to standardize boundary inputs. Use `inclusive` instead, to set
926
- each bound as closed or open.
924
+ Argument `closed` have been deprecated to standardize boundary inputs.
925
+ Use `inclusive` instead, to set each bound as closed or open.
927
926
inclusive : {"both", "neither", "left", "right"}, default "both"
928
927
Include boundaries; Whether to set each bound as closed or open.
929
928
**kwargs
@@ -1121,9 +1120,8 @@ def bdate_range(
1121
1120
Make the interval closed with respect to the given frequency to
1122
1121
the 'left', 'right', or both sides (None).
1123
1122
.. deprecated:: 1.4.0
1124
- Argument `closed` have been deprecated
1125
- to standardize boundary inputs. Use `inclusive` instead, to set
1126
- each bound as closed or open.
1123
+ Argument `closed` have been deprecated to standardize boundary inputs.
1124
+ Use `inclusive` instead, to set each bound as closed or open.
1127
1125
inclusive : {"both", "neither", "left", "right"}, default "both"
1128
1126
Include boundaries; Whether to set each bound as closed or open.
1129
1127
**kwargs
0 commit comments