Skip to content

Commit db8742e

Browse files
sciocchayehoshuadimarsky
authored andcommitted
updated period.daysinmonth definition to match period.days_in_month (pandas-dev#47193)
updated daysinmonth definition to match days_in_month
1 parent 2c8dfc0 commit db8742e

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)