Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c826ab0

Browse files
committed
Fix typos in whatsnew.
Reported on docs@ by Igor Zhun.
1 parent 3dc56a6 commit c826ab0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.6.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Improved Modules
9898
datetime
9999
--------
100100

101-
:meth:`datetime.stftime <datetime.datetime.stftime>` and
102-
:meth:`date.stftime <datetime.date.stftime>` methods now support ISO 8601 date
101+
:meth:`datetime.strftime <datetime.datetime.strftime>` and
102+
:meth:`date.strftime <datetime.date.strftime>` methods now support ISO 8601 date
103103
directives ``%G``, ``%u`` and ``%V``.
104104
(Contributed by Ashley Anderson in :issue:`12006`.)
105105

0 commit comments

Comments
 (0)