From f493f9dd40c6b70e31df67d897ce98a4385f44f3 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sat, 17 Mar 2018 13:16:42 +0100 Subject: [PATCH] Fix linter --- pandas/_libs/tslibs/period.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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