From de64f3290a17e2a5af4d6bb971aa55598622b18a Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Mon, 24 Oct 2022 09:12:08 -0700 Subject: [PATCH] gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry Followup from #98312. --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index d91307abf1415c..deec420068504c 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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,