Skip to content

Commit 3c851c5

Browse files
committed
New line before .. deprecated
1 parent f0b5b60 commit 3c851c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/indexes/datetimes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ def date_range(
920920
closed : {None, 'left', 'right'}, optional
921921
Make the interval closed with respect to the given frequency to
922922
the 'left', 'right', or both sides (None, the default).
923+
923924
.. deprecated:: 1.4.0
924925
Argument `closed` have been deprecated to standardize boundary inputs.
925926
Use `inclusive` instead, to set each bound as closed or open.
@@ -1119,6 +1120,7 @@ def bdate_range(
11191120
closed : str, default None
11201121
Make the interval closed with respect to the given frequency to
11211122
the 'left', 'right', or both sides (None).
1123+
11221124
.. deprecated:: 1.4.0
11231125
Argument `closed` have been deprecated to standardize boundary inputs.
11241126
Use `inclusive` instead, to set each bound as closed or open.

0 commit comments

Comments
 (0)