diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-04-03 10:17:30 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-04-03 10:17:30 (GMT) |
commit | 9c7dfbf72017bbf7a56e1c76f69afbff54efa3ab (patch) | |
tree | 3590a97ce4eab6f5b000d4d556d6acc9e3550607 /Doc/whatsnew | |
parent | 06d0c1e72cfe1ab99e9c9a4e9142254dc25febc6 (diff) | |
parent | 03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73 (diff) | |
download | cpython-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.rst | 2 |
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`.) |