Skip to content

Commit 93e519d

Browse files
author
Si Wei How
committed
Fix BusinessHour docstring
1 parent 3b24fb6 commit 93e519d

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
@@ -804,7 +804,7 @@ def _repr_attrs(self):
804804

805805
class BusinessHour(BusinessHourMixin, SingleConstructorOffset):
806806
"""
807-
DateOffset subclass representing possibly n business days.
807+
DateOffset subclass representing possibly n business hours.
808808
809809
.. versionadded:: 0.16.1
810810
"""

0 commit comments

Comments
 (0)