We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7175dc5 commit 27b16cfCopy full SHA for 27b16cf
pandas/core/arrays/period.py
@@ -70,7 +70,7 @@ class PeriodArray(PeriodMixin, dtl.DatetimeLikeArrayMixin, dtl.DatelikeOps):
70
"""
71
Pandas ExtensionArray for storing Period data.
72
73
- Users should use :func:`period_array` to create new instances.
+ Users should use :func:`~pandas.period_array` to create new instances.
74
75
Parameters
76
----------
0 commit comments