]> granicus.if.org Git - python/commitdiff
Fix typos in whatsnew.
authorZachary Ware <zachary.ware@gmail.com>
Thu, 12 Nov 2015 04:41:43 +0000 (22:41 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 12 Nov 2015 04:41:43 +0000 (22:41 -0600)
Reported on docs@ by Igor Zhun.

Doc/whatsnew/3.6.rst

index 0d387bb9bc2018f6d7ec8d2eda2f236041b48fb5..3949dff47ddcc054f1cd8fa6480ec5022fa771e9 100644 (file)
@@ -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`.)