Skip to content

Commit de464ec

Browse files
committed
Remove extra line breaks in doc strings-v1
1 parent b1c6110 commit de464ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,11 +2491,11 @@ cdef class SemiMonthBegin(SemiMonthOffset):
24912491
cdef class Week(SingleConstructorOffset):
24922492
"""
24932493
Weekly offset.
2494+
24942495
Parameters
24952496
----------
24962497
weekday : int or None, default None
24972498
Always generate specific day of week. 0 for Monday and 6 for Sunday.
2498-
24992499
Examples
25002500
---------
25012501
>>> date_format = "%Y-%m-%d"

0 commit comments

Comments
 (0)