summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-04-03 10:17:30 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-04-03 10:17:30 (GMT)
commit9c7dfbf72017bbf7a56e1c76f69afbff54efa3ab (patch)
tree3590a97ce4eab6f5b000d4d556d6acc9e3550607 /Doc/whatsnew
parent06d0c1e72cfe1ab99e9c9a4e9142254dc25febc6 (diff)
parent03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73 (diff)
downloadcpython-9c7dfbf72017bbf7a56e1c76f69afbff54efa3ab.zip
cpython-9c7dfbf72017bbf7a56e1c76f69afbff54efa3ab.tar.gz
cpython-9c7dfbf72017bbf7a56e1c76f69afbff54efa3ab.tar.bz2
Merge #17623: fix whatsnew typo
Patch by Thomas Heller.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
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`.)