Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecfc92e

Browse files
Si Wei HowSi Wei How
Si Wei How
authored and
Si Wei How
committedJun 3, 2019
Fix BusinessHour docstring
1 parent 6354580 commit ecfc92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pandas/tseries/offsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def _repr_attrs(self):
801801

802802
class BusinessHour(BusinessHourMixin, SingleConstructorOffset):
803803
"""
804-
DateOffset subclass representing possibly n business days.
804+
DateOffset subclass representing possibly n business hours.
805805
806806
.. versionadded:: 0.16.1
807807
"""

0 commit comments

Comments
 (0)
Please sign in to comment.