Skip to content

Commit 69b8060

Browse files
DOC: restore CustomBusinessMonthEnd
1 parent a88ca61 commit 69b8060

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/code_checks.sh

+1
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
649649
-i "pandas.tseries.offsets.CustomBusinessMonthBegin.normalize GL08" \
650650
-i "pandas.tseries.offsets.CustomBusinessMonthBegin.rule_code GL08" \
651651
-i "pandas.tseries.offsets.CustomBusinessMonthBegin.weekmask GL08" \
652+
-i "pandas.tseries.offsets.CustomBusinessMonthEnd PR02" \
652653
-i "pandas.tseries.offsets.CustomBusinessMonthEnd.calendar GL08" \
653654
-i "pandas.tseries.offsets.CustomBusinessMonthEnd.freqstr SA01" \
654655
-i "pandas.tseries.offsets.CustomBusinessMonthEnd.holidays GL08" \

pandas/_libs/tslibs/offsets.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4517,7 +4517,7 @@ cdef class CustomBusinessMonthEnd(_CustomBusinessMonth):
45174517
45184518
Increments between end of month dates.
45194519
4520-
Attributes
4520+
Parameters
45214521
----------
45224522
n : int, default 1
45234523
The number of months represented.

0 commit comments

Comments
 (0)