[Python-checkins] cpython: Fix typos in whatsnew.

zach.ware python-checkins at python.org
Thu Nov 12 00:00:16 EST 2015


https://hg.python.org/cpython/rev/fb4e1ec45167
changeset:   99057:fb4e1ec45167
parent:      99055:3f392050d519
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Nov 11 22:41:43 2015 -0600
summary:
  Fix typos in whatsnew.

Reported on docs@ by Igor Zhun.

files:
  Doc/whatsnew/3.6.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -98,8 +98,8 @@
 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`.)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list