Skip to content

Commit 4a4e32d

Browse files
authored
DOC: change 8610 -> 8601 in Timestamp.isoformat() docstring (#51890)
1 parent af43bfc commit 4a4e32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timestamps.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ cdef class _Timestamp(ABCTimestamp):
978978

979979
def isoformat(self, sep: str = "T", timespec: str = "auto") -> str:
980980
"""
981-
Return the time formatted according to ISO 8610.
981+
Return the time formatted according to ISO 8601.
982982

983983
The full format looks like 'YYYY-MM-DD HH:MM:SS.mmmmmmnnn'.
984984
By default, the fractional part is omitted if self.microsecond == 0

0 commit comments

Comments
 (0)