#17623: fix whatsnew typo

Patch by Thomas Heller.
This commit is contained in:
R David Murray 2013-04-03 06:16:14 -04:00
parent 6b7a5ae2c1
commit 03b2a1ce51
1 changed files with 1 additions and 1 deletions

View File

@ -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`.)