]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (GH-98604)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Oct 2022 16:53:15 +0000 (09:53 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2022 16:53:15 +0000 (09:53 -0700)
Followup from GH-98312.
(cherry picked from commit c5a9d3f67fc4b62543ddf6bc7b9ed392c2a81ec3)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/whatsnew/3.11.rst

index d9528c62e67ce0458bcbe82be42f8db15011fdee..7aa071cc97ccbff05256302b9c99987faafdd8d6 100644 (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,