File tree 2 files changed +1
-3
lines changed
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
510
510
-i " pandas.testing.assert_series_equal PR07,SA01" \
511
511
-i " pandas.timedelta_range SA01" \
512
512
-i " pandas.tseries.offsets.BDay PR02,SA01" \
513
- -i " pandas.tseries.offsets.BMonthBegin PR02" \
514
513
-i " pandas.tseries.offsets.BQuarterBegin PR02" \
515
514
-i " pandas.tseries.offsets.BQuarterBegin.freqstr SA01" \
516
515
-i " pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
@@ -563,7 +562,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
563
562
-i " pandas.tseries.offsets.BusinessHour.rule_code GL08" \
564
563
-i " pandas.tseries.offsets.BusinessHour.start GL08" \
565
564
-i " pandas.tseries.offsets.BusinessHour.weekmask GL08" \
566
- -i " pandas.tseries.offsets.BusinessMonthBegin PR02" \
567
565
-i " pandas.tseries.offsets.BusinessMonthBegin.freqstr SA01" \
568
566
-i " pandas.tseries.offsets.BusinessMonthBegin.is_on_offset GL08" \
569
567
-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):
3052
3052
BusinessMonthBegin goes to the next date which is the first business day
3053
3053
of the month.
3054
3054
3055
- Parameters
3055
+ Attributes
3056
3056
----------
3057
3057
n : int, default 1
3058
3058
The number of months represented.
You can’t perform that action at this time.
0 commit comments