Skip to content

Commit ede2e2d

Browse files
fix ci
1 parent 05d0167 commit ede2e2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,13 +616,11 @@ cdef class _Timestamp(ABCTimestamp):
616616
"""
617617
Returns the hour component of the timestamp.
618618

619-
Extended Summary
620-
--------
621619
The hour is represented as an integer ranging from 0 to 23, where 0 corresponds
622620
to midnight (00:00) and 23 corresponds to the last hour of the day (23:00).
623621

624622
Returns
625-
--------
623+
-------
626624
int
627625
The hour component of the timestamp as an integer between 0 and 23.
628626

0 commit comments

Comments
 (0)