Skip to content

Commit 068768f

Browse files
cocoatomomiss-islington
authored andcommitted
Add missing markup (GH-17680)
"HH", "MM" and "ffffff" are enclosed with double back quotes, but "SS" is left being bare
1 parent eae87e3 commit 068768f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ Notes:
25142514
:meth:`utcoffset` is transformed into a string of the form
25152515
``±HHMM[SS[.ffffff]]``, where ``HH`` is a 2-digit string giving the number
25162516
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
2517+
offset minutes, ``SS`` is a 2-digit string giving the number of UTC offset
25182518
seconds and ``ffffff`` is a 6-digit string giving the number of UTC
25192519
offset microseconds. The ``ffffff`` part is omitted when the offset is a
25202520
whole number of seconds and both the ``ffffff`` and the ``SS`` part is

0 commit comments

Comments
 (0)