Skip to content

Commit 523bc3d

Browse files
authored
Decorate period_range with set_module('pandas')
1 parent 1863adb commit 523bc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/period.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def shift(self, periods: int = 1, freq=None) -> Self:
537537
)
538538
return self + periods
539539

540-
540+
@set_module("pandas")
541541
def period_range(
542542
start=None,
543543
end=None,

0 commit comments

Comments
 (0)