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 e2591e4

Browse filesBrowse files
[3.10] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97948)
gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (cherry picked from commit 0d68879) Co-authored-by: 180909 <734461790@qq.com> Co-authored-by: 180909 <734461790@qq.com>
1 parent c80c282 commit e2591e4
Copy full SHA for e2591e4

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Doc/library/io.rst

Copy file name to clipboardExpand all lines: Doc/library/io.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ to provide an interface to files in the machine's file system.
265265
The :class:`BufferedIOBase` ABC extends :class:`IOBase`. It deals with
266266
buffering on a raw binary stream (:class:`RawIOBase`). Its subclasses,
267267
:class:`BufferedWriter`, :class:`BufferedReader`, and :class:`BufferedRWPair`
268-
buffer raw binary streams that are readable, writable, and both readable and writable,
268+
buffer raw binary streams that are writable, readable, and both readable and writable,
269269
respectively. :class:`BufferedRandom` provides a buffered interface to seekable streams.
270270
Another :class:`BufferedIOBase` subclass, :class:`BytesIO`, is a stream of
271271
in-memory bytes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.