diff --git a/pandas/_libs/tslibs/period.pyx b/pandas/_libs/tslibs/period.pyx index 2c84e459c25de..008747c0a9e78 100644 --- a/pandas/_libs/tslibs/period.pyx +++ b/pandas/_libs/tslibs/period.pyx @@ -1355,7 +1355,7 @@ cdef class _Period(object): Returns ------- - int + int See Also -------- @@ -1371,7 +1371,7 @@ cdef class _Period(object): >>> p = pd.Period("2018-02-01", "D") >>> p.week 5 - + >>> p = pd.Period("2018-01-06", "D") >>> p.week 1