Skip to content

Commit 5b17ec2

Browse files
authored
Update offsets.pyx
fix constructor for offset BusinessDay
1 parent 25e6462 commit 5b17ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ cdef class BusinessMixin(SingleConstructorOffset):
18361836
BaseOffset.__setstate__(self, state)
18371837

18381838

1839-
cdef class BusinessDay(BusinessMixin):
1839+
cdef class pandas.tseries.offsets.BusinessDay( n=1, normalize=False, offset=timedelta(0)):
18401840
"""
18411841
DateOffset subclass representing possibly n business days.
18421842

0 commit comments

Comments
 (0)