Skip to content

Commit f4db33b

Browse files
Fix linter (#20389)
1 parent 9dc49d3 commit f4db33b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/period.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ cdef class _Period(object):
13551355
13561356
Returns
13571357
-------
1358-
int
1358+
int
13591359
13601360
See Also
13611361
--------
@@ -1371,7 +1371,7 @@ cdef class _Period(object):
13711371
>>> p = pd.Period("2018-02-01", "D")
13721372
>>> p.week
13731373
5
1374-
1374+
13751375
>>> p = pd.Period("2018-01-06", "D")
13761376
>>> p.week
13771377
1

0 commit comments

Comments
 (0)