diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-04-03 10:16:14 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-04-03 10:16:14 (GMT) |
commit | 03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73 (patch) | |
tree | 4bb4c310a1496e62b13f1a012fb37e23c1aef431 /Doc | |
parent | 6b7a5ae2c100d9a28cc1879b7325dc0e615a3a10 (diff) | |
download | cpython-03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73.zip cpython-03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73.tar.gz cpython-03b2a1ce51ecaf2d53821a6cfbde5f072d5e9a73.tar.bz2 |
#17623: fix whatsnew typo
Patch by Thomas Heller.
Diffstat (limited to 'Doc')
-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`.) |