Skip to content

Commit 600d72a

Browse files
Fix WeekOfMonth offset constructor offsets.pyx
1 parent 25e6462 commit 600d72a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3835,7 +3835,8 @@ cdef class Week(SingleConstructorOffset):
38353835
return cls(weekday=weekday)
38363836

38373837

3838-
cdef class WeekOfMonth(WeekOfMonthMixin):
3838+
cdef class pandas.tseries.offsets.WeekOfMonth(n=1, week=0, weekday=0, normalize=False, offset=timedelta(0))
3839+
38393840
"""
38403841
Describes monthly dates like "the Tuesday of the 2nd week of each month".
38413842

0 commit comments

Comments
 (0)