mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix typos in whatsnew.
Reported on docs@ by Igor Zhun.
This commit is contained in:
parent
3dc56a6cec
commit
c826ab06c8
1 changed files with 2 additions and 2 deletions
|
@ -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`.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue