From: Zachary Ware Date: Thu, 12 Nov 2015 04:41:43 +0000 (-0600) Subject: Fix typos in whatsnew. X-Git-Tag: v3.6.0a1~1083 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c826ab06c824933652fec3e902ffa75f13ea5c6a;p=python Fix typos in whatsnew. Reported on docs@ by Igor Zhun. --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 0d387bb9bc..3949dff47d 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`.)