]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 24 Oct 2022 16:45:43 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2022 16:45:43 +0000 (09:45 -0700)
Followup from #98312.

Doc/whatsnew/3.11.rst

index d91307abf1415cfa9fea5a234f943657049e700f..deec420068504cb19fc5b9f3c16bab705381b9cd 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,