Skip to content

Commit dcd8a00

Browse files
author
Si Wei How
committed
Fix BusinessHour docstring
1 parent 394bf0e commit dcd8a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/offsets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ def _repr_attrs(self):
872872

873873
class BusinessHour(BusinessHourMixin, SingleConstructorOffset):
874874
"""
875-
DateOffset subclass representing possibly n business days.
875+
DateOffset subclass representing possibly n business hours.
876876
877877
.. versionadded:: 0.16.1
878878
"""

0 commit comments

Comments
 (0)