#17623: fix whatsnew typo
authorR David Murray <rdmurray@bitdance.com>
Wed, 3 Apr 2013 10:16:14 +0000 (06:16 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 3 Apr 2013 10:16:14 +0000 (06:16 -0400)
Patch by Thomas Heller.

Doc/whatsnew/3.3.rst

index 6188335a28f04aba389eabdcbf178d0838d1fb0d..fec55fd732b6086cbcfbd3dd5dd4ee2d790bfb88 100644 (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`.)