[Python-checkins] cpython (merge 3.3 -> default): Merge #17623: fix whatsnew typo

r.david.murray python-checkins at python.org
Wed Apr 3 12:18:16 CEST 2013


http://hg.python.org/cpython/rev/3c7a9c31001c
changeset:   83077:3c7a9c31001c
parent:      83075:660d6a4bfce9
parent:      83076:5dc976ce1b50
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Apr 03 06:17:30 2013 -0400
summary:
  Merge #17623: fix whatsnew typo

Patch by Thomas Heller.

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


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -2017,7 +2017,7 @@
 --------
 
 :class:`tempfile.SpooledTemporaryFile`\'s
-:meth:`~tempfile.SpooledTemporaryFile.trucate` method now accepts
+:meth:`~tempfile.SpooledTemporaryFile.truncate` method now accepts
 a ``size`` parameter.  (Contributed by Ryan Kelly in :issue:`9957`.)
 
 

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


More information about the Python-checkins mailing list