Merge #17623: fix whatsnew typo

Patch by Thomas Heller.
This commit is contained in:
R David Murray 2013-04-03 06:17:30 -04:00
commit 9c7dfbf720

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