diff -r 4b4f142befea Doc/whatsnew/3.3.rst --- a/Doc/whatsnew/3.3.rst Wed Apr 03 00:43:31 2013 -0500 +++ b/Doc/whatsnew/3.3.rst Wed Apr 03 11:19:10 2013 +0200 @@ -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`.)