Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor languague style change in the description
  • Loading branch information
janelle committed Mar 10, 2018
commit 7840d520c1fdaffcad1ca3918540b06dacecbfff
2 changes: 1 addition & 1 deletion pandas/core/indexes/datetimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ def freq(self, value):
'is_month_start',
'is_month_start',
"""
Returns a boolean indicating if the date is the first day of the month.
Return a boolean indicating if the date is the first day of the month.

Returns
-------
Expand Down