Fix typos in whatsnew.

Reported on docs@ by Igor Zhun.
This commit is contained in:
Zachary Ware 2015-11-11 22:41:43 -06:00
parent 3dc56a6cec
commit c826ab06c8
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ Improved Modules
datetime datetime
-------- --------
:meth:`datetime.stftime <datetime.datetime.stftime>` and :meth:`datetime.strftime <datetime.datetime.strftime>` and
:meth:`date.stftime <datetime.date.stftime>` methods now support ISO 8601 date :meth:`date.strftime <datetime.date.strftime>` methods now support ISO 8601 date
directives ``%G``, ``%u`` and ``%V``. directives ``%G``, ``%u`` and ``%V``.
(Contributed by Ashley Anderson in :issue:`12006`.) (Contributed by Ashley Anderson in :issue:`12006`.)