Skip to content

Commit 9982d3a

Browse files
DOC: fix PR02 for pandas.tseries.offsets.CBMonthBegin
1 parent 90c26ce commit 9982d3a

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
@@ -234,7 +234,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
234234
-i "pandas.tseries.offsets.BusinessMonthEnd.is_on_offset GL08" \
235235
-i "pandas.tseries.offsets.BusinessMonthEnd.n GL08" \
236236
-i "pandas.tseries.offsets.BusinessMonthEnd.normalize GL08" \
237-
-i "pandas.tseries.offsets.CBMonthBegin PR02" \
238237
-i "pandas.tseries.offsets.CBMonthEnd PR02" \
239238
-i "pandas.tseries.offsets.CDay PR02,SA01" \
240239
-i "pandas.tseries.offsets.CustomBusinessDay PR02,SA01" \

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4713,7 +4713,7 @@ cdef class CustomBusinessMonthBegin(_CustomBusinessMonth):
47134713
47144714
Increments between beginning of month dates.
47154715
4716-
Parameters
4716+
Attributes
47174717
----------
47184718
n : int, default 1
47194719
The number of months represented.

0 commit comments

Comments
 (0)