We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af43bfc commit 4a4e32dCopy full SHA for 4a4e32d
pandas/_libs/tslibs/timestamps.pyx
@@ -978,7 +978,7 @@ cdef class _Timestamp(ABCTimestamp):
978
979
def isoformat(self, sep: str = "T", timespec: str = "auto") -> str:
980
"""
981
- Return the time formatted according to ISO 8610.
+ Return the time formatted according to ISO 8601.
982
983
The full format looks like 'YYYY-MM-DD HH:MM:SS.mmmmmmnnn'.
984
By default, the fractional part is omitted if self.microsecond == 0
0 commit comments