diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 0d387bb9bc2..3949dff47dd 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -98,8 +98,8 @@ Improved Modules datetime -------- -:meth:`datetime.stftime ` and -:meth:`date.stftime ` methods now support ISO 8601 date +:meth:`datetime.strftime ` and +:meth:`date.strftime ` methods now support ISO 8601 date directives ``%G``, ``%u`` and ``%V``. (Contributed by Ashley Anderson in :issue:`12006`.)