Skip to content

Commit 70abb76

Browse files
fixing type annotation
1 parent 3695024 commit 70abb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ cdef class _Timestamp(ABCTimestamp):
962962
return ((self.month - 1) // 3) + 1
963963
964964
@property
965-
def day(self) -> bool:
965+
def day(self) -> int:
966966
"""
967967
Return the day of the Timestamp.
968968

0 commit comments

Comments
 (0)