diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 8a7d99999f5dbd..e700b0a1347a7b 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -2589,7 +2589,7 @@ Notes: (9) When used with the :meth:`strptime` method, the leading zero is optional - for formats ``%d``, ``%m``, ``%H``, ``%I``, ``%M``, ``%S``, ``%J``, ``%U``, + for formats ``%d``, ``%m``, ``%H``, ``%I``, ``%M``, ``%S``, ``%j``, ``%U``, ``%W``, and ``%V``. Format ``%y`` does require a leading zero. .. rubric:: Footnotes