From 03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 3 Apr 2013 06:16:14 -0400 Subject: #17623: fix whatsnew typo Patch by Thomas Heller. --- Doc/whatsnew/3.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 6188335..fec55fd 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`.) -- cgit v0.12