Skip to content

Commit 15ca0df

Browse files
DOC: fix PR02 for pandas.tseries.offsets.BMonthBegin and pandas.tseries.offsets.BusinessMonthBegin (#58782)
DOC: fix PR02
1 parent c9c45ad commit 15ca0df

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ci/code_checks.sh

-2
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
510510
-i "pandas.testing.assert_series_equal PR07,SA01" \
511511
-i "pandas.timedelta_range SA01" \
512512
-i "pandas.tseries.offsets.BDay PR02,SA01" \
513-
-i "pandas.tseries.offsets.BMonthBegin PR02" \
514513
-i "pandas.tseries.offsets.BQuarterBegin PR02" \
515514
-i "pandas.tseries.offsets.BQuarterBegin.freqstr SA01" \
516515
-i "pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
@@ -563,7 +562,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
563562
-i "pandas.tseries.offsets.BusinessHour.rule_code GL08" \
564563
-i "pandas.tseries.offsets.BusinessHour.start GL08" \
565564
-i "pandas.tseries.offsets.BusinessHour.weekmask GL08" \
566-
-i "pandas.tseries.offsets.BusinessMonthBegin PR02" \
567565
-i "pandas.tseries.offsets.BusinessMonthBegin.freqstr SA01" \
568566
-i "pandas.tseries.offsets.BusinessMonthBegin.is_on_offset GL08" \
569567
-i "pandas.tseries.offsets.BusinessMonthBegin.n GL08" \

pandas/_libs/tslibs/offsets.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,7 @@ cdef class BusinessMonthBegin(MonthOffset):
30523052
BusinessMonthBegin goes to the next date which is the first business day
30533053
of the month.
30543054
3055-
Parameters
3055+
Attributes
30563056
----------
30573057
n : int, default 1
30583058
The number of months represented.

0 commit comments

Comments
 (0)