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
234
234
-i " pandas.tseries.offsets.BusinessMonthEnd.is_on_offset GL08" \
235
235
-i " pandas.tseries.offsets.BusinessMonthEnd.n GL08" \
236
236
-i " pandas.tseries.offsets.BusinessMonthEnd.normalize GL08" \
237
- -i " pandas.tseries.offsets.CBMonthBegin PR02" \
238
237
-i " pandas.tseries.offsets.CBMonthEnd PR02" \
239
238
-i " pandas.tseries.offsets.CDay PR02,SA01" \
240
239
-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):
4713
4713
4714
4714
Increments between beginning of month dates.
4715
4715
4716
- Parameters
4716
+ Attributes
4717
4717
----------
4718
4718
n : int, default 1
4719
4719
The number of months represented.
You can’t perform that action at this time.
0 commit comments