File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
234234 -i " pandas.tseries.offsets.BusinessMonthEnd.is_on_offset GL08" \
235235 -i " pandas.tseries.offsets.BusinessMonthEnd.n GL08" \
236236 -i " pandas.tseries.offsets.BusinessMonthEnd.normalize GL08" \
237- -i " pandas.tseries.offsets.CBMonthBegin PR02" \
238237 -i " pandas.tseries.offsets.CBMonthEnd PR02" \
239238 -i " pandas.tseries.offsets.CDay PR02,SA01" \
240239 -i " pandas.tseries.offsets.CustomBusinessDay PR02,SA01" \
Original file line number Diff line number Diff line change @@ -4713,7 +4713,7 @@ cdef class CustomBusinessMonthBegin(_CustomBusinessMonth):
47134713
47144714 Increments between beginning of month dates.
47154715
4716- Parameters
4716+ Attributes
47174717 ----------
47184718 n : int, default 1
47194719 The number of months represented.
You can’t perform that action at this time.
0 commit comments