Skip to content

Commit de64f32

Browse files
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry
Followup from #98312.
1 parent c237076 commit de64f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.11.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ sysconfig
10001000
tempfile
10011001
--------
10021002

1003-
* :class:`~tempfile.SpooledTemporaryFile` objects now fully implements the methods
1003+
* :class:`~tempfile.SpooledTemporaryFile` objects now fully implement the methods
10041004
of :class:`io.BufferedIOBase` or :class:`io.TextIOBase`
10051005
(depending on file mode).
10061006
This lets them work correctly with APIs that expect file-like objects,

0 commit comments

Comments
 (0)