Skip to content

Commit a608dfa

Browse files
DOC: fix PR02 for pandas.tseries.offsets.YearEnd (#58878)
1 parent 9ada608 commit a608dfa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
779779
-i "pandas.tseries.offsets.YearBegin.nanos GL08" \
780780
-i "pandas.tseries.offsets.YearBegin.normalize GL08" \
781781
-i "pandas.tseries.offsets.YearBegin.rule_code GL08" \
782-
-i "pandas.tseries.offsets.YearEnd PR02" \
783782
-i "pandas.tseries.offsets.YearEnd.freqstr SA01" \
784783
-i "pandas.tseries.offsets.YearEnd.is_on_offset GL08" \
785784
-i "pandas.tseries.offsets.YearEnd.month GL08" \

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2579,7 +2579,7 @@ cdef class YearEnd(YearOffset):
25792579
25802580
YearEnd goes to the next date which is the end of the year.
25812581
2582-
Parameters
2582+
Attributes
25832583
----------
25842584
n : int, default 1
25852585
The number of years represented.

0 commit comments

Comments
 (0)