Skip to content

Commit ad2945d

Browse files
author
Sebastian Goldmann
committed
removed whitespace in docstring
1 parent be8f61b commit ad2945d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ cdef class BusinessDay(BusinessMixin):
19001900
DateOffset subclass representing possibly n business days.
19011901
19021902
This offset is commonly used in financial and business contexts where weekends
1903-
and holidays are excluded from date calculations.
1903+
and holidays are excluded from date calculations.
19041904
19051905
Parameters
19061906
----------
@@ -1938,7 +1938,6 @@ cdef class BusinessDay(BusinessMixin):
19381938
>>> ts + pd.offsets.BusinessDay(normalize=True)
19391939
Timestamp('2022-12-12 00:00:00')
19401940
"""
1941-
19421941
_period_dtype_code = PeriodDtypeCode.B
19431942
_prefix = "B"
19441943
_attributes = tuple(["n", "normalize", "offset"])

0 commit comments

Comments
 (0)