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 eae87e3 commit 068768fCopy full SHA for 068768f
Doc/library/datetime.rst
@@ -2514,7 +2514,7 @@ Notes:
2514
:meth:`utcoffset` is transformed into a string of the form
2515
``±HHMM[SS[.ffffff]]``, where ``HH`` is a 2-digit string giving the number
2516
of UTC offset hours, ``MM`` is a 2-digit string giving the number of UTC
2517
- offset minutes, SS is a 2-digit string giving the number of UTC offset
+ offset minutes, ``SS`` is a 2-digit string giving the number of UTC offset
2518
seconds and ``ffffff`` is a 6-digit string giving the number of UTC
2519
offset microseconds. The ``ffffff`` part is omitted when the offset is a
2520
whole number of seconds and both the ``ffffff`` and the ``SS`` part is
0 commit comments