Skip to content

Commit 3acca2b

Browse files
authored
Updated docstrings for missing description : fix SA04
pandas-dev issue pandas-dev#28792
1 parent 7f485f7 commit 3acca2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/arrays/period.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,8 @@ def period_array(
854854
855855
See Also
856856
--------
857-
PeriodArray
858-
pandas.PeriodIndex
857+
PeriodArray: Pandas ExtensionArray for storing Period data.
858+
pandas.PeriodIndex: Immutable ndarray holding ordinal values indicating regular periods in time.
859859
860860
Examples
861861
--------

0 commit comments

Comments
 (0)