From e0d445d74ef56546e3f264306114ad126fc36339 Mon Sep 17 00:00:00 2001 From: za Date: Sat, 15 Feb 2020 21:00:25 +0900 Subject: [PATCH] DOC SS06 Make the summery in one line on offsets.py --- pandas/tseries/offsets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandas/tseries/offsets.py b/pandas/tseries/offsets.py index df1e750b32138..959dd19a50d90 100644 --- a/pandas/tseries/offsets.py +++ b/pandas/tseries/offsets.py @@ -1017,8 +1017,7 @@ def __init__( class CustomBusinessDay(_CustomMixin, BusinessDay): """ - DateOffset subclass representing possibly n custom business days, - excluding holidays. + DateOffset subclass representing custom business days excluding holidays. Parameters ----------