Skip to content

Commit fbf647d

Browse files
authored
DOC: Updated docstring for Period class (#53879)
Updated docstring for Period class
1 parent 698ae96 commit fbf647d

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
@@ -2674,7 +2674,7 @@ class Period(_Period):
26742674
freq : str, default None
26752675
One of pandas period strings or corresponding objects. Accepted
26762676
strings are listed in the
2677-
:ref:`offset alias section <timeseries.offset_aliases>` in the user docs.
2677+
:ref:`period alias section <timeseries.period_aliases>` in the user docs.
26782678
If value is datetime, freq is required.
26792679
ordinal : int, default None
26802680
The period offset from the proleptic Gregorian epoch.

0 commit comments

Comments
 (0)