File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
510510 -i " pandas.testing.assert_series_equal PR07,SA01" \
511511 -i " pandas.timedelta_range SA01" \
512512 -i " pandas.tseries.offsets.BDay PR02,SA01" \
513- -i " pandas.tseries.offsets.BMonthBegin PR02" \
514513 -i " pandas.tseries.offsets.BQuarterBegin PR02" \
515514 -i " pandas.tseries.offsets.BQuarterBegin.freqstr SA01" \
516515 -i " pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
@@ -563,7 +562,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
563562 -i " pandas.tseries.offsets.BusinessHour.rule_code GL08" \
564563 -i " pandas.tseries.offsets.BusinessHour.start GL08" \
565564 -i " pandas.tseries.offsets.BusinessHour.weekmask GL08" \
566- -i " pandas.tseries.offsets.BusinessMonthBegin PR02" \
567565 -i " pandas.tseries.offsets.BusinessMonthBegin.freqstr SA01" \
568566 -i " pandas.tseries.offsets.BusinessMonthBegin.is_on_offset GL08" \
569567 -i " pandas.tseries.offsets.BusinessMonthBegin.n GL08" \
Original file line number Diff line number Diff line change @@ -3052,7 +3052,7 @@ cdef class BusinessMonthBegin(MonthOffset):
30523052 BusinessMonthBegin goes to the next date which is the first business day
30533053 of the month.
30543054
3055- Parameters
3055+ Attributes
30563056 ----------
30573057 n : int, default 1
30583058 The number of months represented.
You can’t perform that action at this time.
0 commit comments