Skip to content

Commit 2e8274b

Browse files
authored
DOC SS06 Make the summery in one line on offsets.py (#32021)
1 parent 3689e6c commit 2e8274b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tseries/offsets.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,7 @@ def __init__(
10171017

10181018
class CustomBusinessDay(_CustomMixin, BusinessDay):
10191019
"""
1020-
DateOffset subclass representing possibly n custom business days,
1021-
excluding holidays.
1020+
DateOffset subclass representing custom business days excluding holidays.
10221021
10231022
Parameters
10241023
----------

0 commit comments

Comments
 (0)