From ec1502d5322f4959ede0dfb9cdee946c90d1fae3 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 13 Mar 2018 10:28:36 -0500 Subject: [PATCH] CI: Fix linting on master [ci skip] [ci skip] --- pandas/_libs/tslibs/period.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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