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 @@ -779,7 +779,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
779
779
-i " pandas.tseries.offsets.YearBegin.nanos GL08" \
780
780
-i " pandas.tseries.offsets.YearBegin.normalize GL08" \
781
781
-i " pandas.tseries.offsets.YearBegin.rule_code GL08" \
782
- -i " pandas.tseries.offsets.YearEnd PR02" \
783
782
-i " pandas.tseries.offsets.YearEnd.freqstr SA01" \
784
783
-i " pandas.tseries.offsets.YearEnd.is_on_offset GL08" \
785
784
-i " pandas.tseries.offsets.YearEnd.month GL08" \
Original file line number Diff line number Diff line change @@ -2579,7 +2579,7 @@ cdef class YearEnd(YearOffset):
2579
2579
2580
2580
YearEnd goes to the next date which is the end of the year.
2581
2581
2582
- Parameters
2582
+ Attributes
2583
2583
----------
2584
2584
n : int, default 1
2585
2585
The number of years represented.
You can’t perform that action at this time.
0 commit comments