Skip to content

Commit 220b75f

Browse files
committed
fix docstring error
1 parent 3a14167 commit 220b75f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,7 @@ cdef class _Timestamp(ABCTimestamp):
987987
@property
988988
def fold(self) -> int:
989989
"""
990-
Return the fold value of the Timestamp,
991-
which indicates whether the time is in the fold of a transition.
990+
Return the fold value of the Timestamp.
992991

993992
Returns
994993
-------

0 commit comments

Comments
 (0)