Skip to content

Commit a4c6a69

Browse files
authored
updated period.daysinmonth definition to match period.days_in_month (#47193)
updated daysinmonth definition to match days_in_month
1 parent 012f23e commit a4c6a69

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
@@ -2256,7 +2256,7 @@ cdef class _Period(PeriodMixin):
22562256
@property
22572257
def daysinmonth(self) -> int:
22582258
"""
2259-
Get the total number of days of the month that the Period falls in.
2259+
Get the total number of days of the month that this period falls on.
22602260

22612261
Returns
22622262
-------

0 commit comments

Comments
 (0)