Skip to content

Commit 7840d52

Browse files
committed
minor languague style change in the description
1 parent 61c3f14 commit 7840d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ def freq(self, value):
17281728
'is_month_start',
17291729
'is_month_start',
17301730
"""
1731-
Returns a boolean indicating if the date is the first day of the month.
1731+
Return a boolean indicating if the date is the first day of the month.
17321732
17331733
Returns
17341734
-------

0 commit comments

Comments
 (0)