[Python-checkins] gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (GH-98604)

miss-islington webhook-mailer at python.org
Mon Oct 24 12:53:21 EDT 2022


https://github.com/python/cpython/commit/3f6cfc5678092e51804113dbd45c621921eb1f29
commit: 3f6cfc5678092e51804113dbd45c621921eb1f29
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-24T09:53:15-07:00
summary:

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


Followup from GH-98312.
(cherry picked from commit c5a9d3f67fc4b62543ddf6bc7b9ed392c2a81ec3)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra at gmail.com>

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index d9528c62e67c..7aa071cc97cc 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,



More information about the Python-checkins mailing list