File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -567,7 +567,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
567
567
-i " pandas.tseries.offsets.BQuarterEnd.normalize GL08" \
568
568
-i " pandas.tseries.offsets.BQuarterEnd.rule_code GL08" \
569
569
-i " pandas.tseries.offsets.BQuarterEnd.startingMonth GL08" \
570
- -i " pandas.tseries.offsets.BYearBegin PR02" \
571
570
-i " pandas.tseries.offsets.BYearBegin.freqstr SA01" \
572
571
-i " pandas.tseries.offsets.BYearBegin.is_on_offset GL08" \
573
572
-i " pandas.tseries.offsets.BYearBegin.month GL08" \
@@ -834,7 +833,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
834
833
-i " pandas.tseries.offsets.WeekOfMonth.rule_code GL08" \
835
834
-i " pandas.tseries.offsets.WeekOfMonth.week GL08" \
836
835
-i " pandas.tseries.offsets.WeekOfMonth.weekday GL08" \
837
- -i " pandas.tseries.offsets.YearBegin PR02" \
838
836
-i " pandas.tseries.offsets.YearBegin.freqstr SA01" \
839
837
-i " pandas.tseries.offsets.YearBegin.is_on_offset GL08" \
840
838
-i " pandas.tseries.offsets.YearBegin.month GL08" \
Original file line number Diff line number Diff line change @@ -2538,7 +2538,7 @@ cdef class BYearBegin(YearOffset):
2538
2538
"""
2539
2539
DateOffset increments between the first business day of the year.
2540
2540
2541
- Parameters
2541
+ Attributes
2542
2542
----------
2543
2543
n : int, default 1
2544
2544
The number of years represented.
@@ -2633,7 +2633,7 @@ cdef class YearBegin(YearOffset):
2633
2633
2634
2634
YearBegin goes to the next date which is the start of the year.
2635
2635
2636
- Parameters
2636
+ Attributes
2637
2637
----------
2638
2638
n : int, default 1
2639
2639
The number of years represented.
You can’t perform that action at this time.
0 commit comments