Skip to content
Snippets Groups Projects
Unverified Commit c5a9d3f6 authored by Jelle Zijlstra's avatar Jelle Zijlstra Committed by GitHub
Browse files

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

Followup from #98312.
parent c2370763
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment