diff --git a/pandas/_libs/tslibs/offsets.pyx b/pandas/_libs/tslibs/offsets.pyx index 17d4e0dd3234b..79332f8ede936 100644 --- a/pandas/_libs/tslibs/offsets.pyx +++ b/pandas/_libs/tslibs/offsets.pyx @@ -2792,7 +2792,7 @@ cdef class Week(SingleConstructorOffset): 2nd week of each month. Examples - --------- + -------- >>> date_object = pd.Timestamp("2023-01-13") >>> date_object