File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
649
649
-i " pandas.tseries.offsets.CustomBusinessMonthBegin.normalize GL08" \
650
650
-i " pandas.tseries.offsets.CustomBusinessMonthBegin.rule_code GL08" \
651
651
-i " pandas.tseries.offsets.CustomBusinessMonthBegin.weekmask GL08" \
652
+ -i " pandas.tseries.offsets.CustomBusinessMonthEnd PR02" \
652
653
-i " pandas.tseries.offsets.CustomBusinessMonthEnd.calendar GL08" \
653
654
-i " pandas.tseries.offsets.CustomBusinessMonthEnd.freqstr SA01" \
654
655
-i " pandas.tseries.offsets.CustomBusinessMonthEnd.holidays GL08" \
Original file line number Diff line number Diff line change @@ -4517,7 +4517,7 @@ cdef class CustomBusinessMonthEnd(_CustomBusinessMonth):
4517
4517
4518
4518
Increments between end of month dates.
4519
4519
4520
- Attributes
4520
+ Parameters
4521
4521
----------
4522
4522
n : int, default 1
4523
4523
The number of months represented.
You can’t perform that action at this time.
0 commit comments