diff options
| -rw-r--r-- | Doc/whatsnew/3.6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 0d387bb..3949dff 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -98,8 +98,8 @@ Improved Modules datetime -------- -:meth:`datetime.stftime <datetime.datetime.stftime>` and -:meth:`date.stftime <datetime.date.stftime>` methods now support ISO 8601 date +:meth:`datetime.strftime <datetime.datetime.strftime>` and +:meth:`date.strftime <datetime.date.strftime>` methods now support ISO 8601 date directives ``%G``, ``%u`` and ``%V``. (Contributed by Ashley Anderson in :issue:`12006`.) |
