Skip to content

Commit 8f65bd9

Browse files
author
Sylvain MARIE
committed
Code review: reverted out of scope change
1 parent cf3be80 commit 8f65bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/period.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ cdef class _Period(PeriodMixin):
16531653
return NaT
16541654
else:
16551655
freq = cls._maybe_convert_freq(freq)
1656-
self = _Period.__new__(cls, ordinal=ordinal, freq=freq)
1656+
self = _Period.__new__(cls, ordinal, freq)
16571657
return self
16581658

16591659
def __richcmp__(self, other, op):

0 commit comments

Comments
 (0)