diff --git a/pandas/_libs/tslibs/period.pyx b/pandas/_libs/tslibs/period.pyx index ab7108fb60bd7..d7e66bf4c9320 100644 --- a/pandas/_libs/tslibs/period.pyx +++ b/pandas/_libs/tslibs/period.pyx @@ -1300,7 +1300,7 @@ cdef class _Period(object): Returns ------- - int + int The second of the Period (ranges from 0 to 59). See Also