summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-04-03 06:17:30 -0400
committerR David Murray <rdmurray@bitdance.com>2013-04-03 06:17:30 -0400
commit9c7dfbf72017bbf7a56e1c76f69afbff54efa3ab (patch)
tree3590a97ce4eab6f5b000d4d556d6acc9e3550607
parent06d0c1e72cfe1ab99e9c9a4e9142254dc25febc6 (diff)
parent03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73 (diff)
downloadcpython-git-9c7dfbf72017bbf7a56e1c76f69afbff54efa3ab.tar.gz
Merge #17623: fix whatsnew typo
Patch by Thomas Heller.
-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 6188335a28..fec55fd732 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`.)