Skip to content

Commit d5f8a2b

Browse files
authored
gh-99728: correct typo in datetime format codes documentation (#99750)
1 parent e477348 commit d5f8a2b

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
@@ -2602,7 +2602,7 @@ Notes:
26022602

26032603
(9)
26042604
When used with the :meth:`strptime` method, the leading zero is optional
2605-
for formats ``%d``, ``%m``, ``%H``, ``%I``, ``%M``, ``%S``, ``%J``, ``%U``,
2605+
for formats ``%d``, ``%m``, ``%H``, ``%I``, ``%M``, ``%S``, ``%j``, ``%U``,
26062606
``%W``, and ``%V``. Format ``%y`` does require a leading zero.
26072607

26082608
.. rubric:: Footnotes

0 commit comments

Comments
 (0)