8000 gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#… · python/cpython@c5a9d3f · GitHub
[go: up one dir, main page]

Skip to content

Commit c5a9d3f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 1 addition & 1 deletion
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 implemen 471D t 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)
0