Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc56a6 commit c826ab0Copy full SHA for c826ab0
1 file changed
Doc/whatsnew/3.6.rst
@@ -98,8 +98,8 @@ Improved Modules
98
datetime
99
--------
100
101
-:meth:`datetime.stftime <datetime.datetime.stftime>` and
102
-: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
103
directives ``%G``, ``%u`` and ``%V``.
104
(Contributed by Ashley Anderson in :issue:`12006`.)
105
0 commit comments