Skip to content

Commit 1f0ffad

Browse files
committed
fix pre-commit.ci err
1 parent f648779 commit 1f0ffad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,8 +944,6 @@ cdef class _Timestamp(ABCTimestamp):
944944
--------
945945
pandas.Timestamp.month : Returns the month of the `Timestamp`.
946946
pandas.Timestamp.year : Returns the year of the `Timestamp`.
947-
pandas.Timestamp.is_quarter_end : Returns if `Timestamp` is at the quarter's end.
948-
pandas.Timestamp.is_quarter_start : Indicates if `Timestamp` is at the quarter's start.
949947

950948
Examples
951949
--------

0 commit comments

Comments
 (0)