Skip to content

Commit 3a14167

Browse files
committed
fix pre-commit error
1 parent 787f28f commit 3a14167

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -987,19 +987,19 @@ cdef class _Timestamp(ABCTimestamp):
987987
@property
988988
def fold(self) -> int:
989989
"""
990-
Return the fold value of the Timestamp, which indicates whether the time is in the
991-
fold of a transition (typically during daylight saving time transitions).
990+
Return the fold value of the Timestamp,
991+
which indicates whether the time is in the fold of a transition.
992992

993993
Returns
994994
-------
995995
int
996-
The fold value of the Timestamp, where 0 indicates the first occurrence
996+
The fold value of the Timestamp, where 0 indicates the first occurrence
997997
of the ambiguous time, and 1 indicates the second.
998998

999999
See Also
10001000
--------
10011001
Timestamp.dst : Return the daylight saving time (DST) adjustment.
1002-
Timestamp.tzinfo : Return the timezone information associated with the Timestamp.
1002+
Timestamp.tzinfo : Return the timezone information associated.
10031003

10041004
Examples
10051005
--------

0 commit comments

Comments
 (0)