fix versionchanged in Doc/library/tempfile.rst

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This commit is contained in:
Maciej "RooTer" Urbański 2023-08-09 22:47:31 +02:00 committed by GitHub
parent 5ebc370979
commit fa3b08ff10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ The module defines the following user-callable items:
:class:`io.TextIOBase` abstract base classes (depending on whether binary
or text *mode* was specified).
.. versionchanged:: 3.12
.. versionchanged:: 3.13
The truncate method returns new file size.