Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c5a9d3f

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/whatsnew/3.11.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.11.rst
+1-1Lines 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 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.