Skip to content

Commit 3991a94

Browse files
committed
Fix docstring validation error
1 parent 73f8b97 commit 3991a94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/_libs/tslibs/period.pyx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,11 +2054,12 @@ cdef class _Period(PeriodMixin):
20542054

20552055
Parameters
20562056
----------
2057-
None
2057+
does not take any parameters
20582058

20592059
Returns
20602060
-------
2061-
int : The month number of the Period.
2061+
int
2062+
The month number of the Period.
20622063

20632064
See Also
20642065
--------

0 commit comments

Comments
 (0)