Skip to content

Commit 22bfc9d

Browse files
DOC: restore SA01 for pandas.tseries.offsets.SemiMonthEnd
1 parent fbd9d27 commit 22bfc9d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ci/code_checks.sh

+1
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
799799
-i "pandas.tseries.offsets.SemiMonthBegin.nanos GL08" \
800800
-i "pandas.tseries.offsets.SemiMonthBegin.normalize GL08" \
801801
-i "pandas.tseries.offsets.SemiMonthBegin.rule_code GL08" \
802+
-i "pandas.tseries.offsets.SemiMonthEnd SA01" \
802803
-i "pandas.tseries.offsets.SemiMonthEnd.day_of_month GL08" \
803804
-i "pandas.tseries.offsets.SemiMonthEnd.freqstr SA01" \
804805
-i "pandas.tseries.offsets.SemiMonthEnd.is_on_offset GL08" \

pandas/_libs/tslibs/offsets.pyx

-4
Original file line numberDiff line numberDiff line change
@@ -3231,10 +3231,6 @@ cdef class SemiMonthEnd(SemiMonthOffset):
32313231
day_of_month : int, {1, 3,...,27}, default 15
32323232
A specific integer for the day of the month.
32333233
3234-
See Also
3235-
--------
3236-
:class:`~pandas.tseries.offsets.DateOffset` : Standard kind of date increment.
3237-
32383234
Examples
32393235
--------
32403236
>>> ts = pd.Timestamp(2022, 1, 14)

0 commit comments

Comments
 (0)