Skip to content

Commit 8a26afe

Browse files
committed
STYLE: linting in cython
1 parent b16621c commit 8a26afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/period.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ cdef class _Period(object):
12461246
12471247
Returns
12481248
-------
1249-
int
1249+
int
12501250
The hour as an integer, between 0 and 23.
12511251
12521252
See Also
@@ -1276,7 +1276,7 @@ cdef class _Period(object):
12761276
12771277
Returns
12781278
-------
1279-
int
1279+
int
12801280
The minute as an integer, between 0 and 59.
12811281
12821282
See Also

0 commit comments

Comments
 (0)