Skip to content

Commit 77229f7

Browse files
CI/CLN: Fix linting in datetimes (pandas-dev#20351)
1 parent 002796a commit 77229f7

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
@@ -1790,7 +1790,7 @@ def freq(self, value):
17901790
See Also
17911791
--------
17921792
quarter : Return the quarter of the date.
1793-
is_quarter_end : Similar property for indicating the start of a quarter.
1793+
is_quarter_end : Similar property for indicating the quarter start.
17941794
17951795
Examples
17961796
--------

0 commit comments

Comments
 (0)