Skip to content

Commit 27b16cf

Browse files
committed
DOC: fix cross-reference to period_array in PeriodArray
1 parent 7175dc5 commit 27b16cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/period.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class PeriodArray(PeriodMixin, dtl.DatetimeLikeArrayMixin, dtl.DatelikeOps):
7070
"""
7171
Pandas ExtensionArray for storing Period data.
7272
73-
Users should use :func:`period_array` to create new instances.
73+
Users should use :func:`~pandas.period_array` to create new instances.
7474
7575
Parameters
7676
----------

0 commit comments

Comments
 (0)