[Python-checkins] cpython (3.3): #17623: fix whatsnew typo

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


http://hg.python.org/cpython/rev/5dc976ce1b50
changeset:   83076:5dc976ce1b50
branch:      3.3
parent:      83073:0be85a7fc839
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Apr 03 06:16:14 2013 -0400
summary:
  #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