Skip to content

Commit 894a373

Browse files
committed
Fix docstring validation errors
1 parent 3991a94 commit 894a373

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pandas/_libs/tslibs/period.pyx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,14 +2052,9 @@ cdef class _Period(PeriodMixin):
20522052
"""
20532053
Return the month this Period falls on.
20542054

2055-
Parameters
2056-
----------
2057-
does not take any parameters
2058-
20592055
Returns
20602056
-------
2061-
int
2062-
The month number of the Period.
2057+
int
20632058

20642059
See Also
20652060
--------

0 commit comments

Comments
 (0)