gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604)

Followup from #98312.
This commit is contained in:
Jelle Zijlstra 2022-10-24 09:45:43 -07:00 committed by GitHub
parent c237076379
commit c5a9d3f67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1000,7 +1000,7 @@ sysconfig
tempfile
--------
* :class:`~tempfile.SpooledTemporaryFile` objects now fully implements the methods
* :class:`~tempfile.SpooledTemporaryFile` objects now fully implement the methods
of :class:`io.BufferedIOBase` or :class:`io.TextIOBase`
(depending on file mode).
This lets them work correctly with APIs that expect file-like objects,