From: R David Murray Date: Wed, 3 Apr 2013 10:16:14 +0000 (-0400) Subject: #17623: fix whatsnew typo X-Git-Tag: v3.3.2~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73;p=thirdparty%2FPython%2Fcpython.git #17623: fix whatsnew typo Patch by Thomas Heller. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 6188335a28f0..fec55fd732b6 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -2017,7 +2017,7 @@ tempfile -------- :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`.)