We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9528057 commit f2c3144Copy full SHA for f2c3144
pandas/_libs/tslibs/timestamps.pyx
@@ -1309,7 +1309,7 @@ cdef class _Timestamp(ABCTimestamp):
1309
By default, the fractional part is omitted if self.microsecond == 0
1310
and self._nanosecond == 0.
1311
1312
- If self.tzinfo is not None, the UTC offset is also attached, giving
+ If self.tzinfo is not None, the UTC offset is also attached,
1313
giving a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmmnnn+HH:MM'.
1314
1315
Parameters
0 commit comments