Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings
forked frompython/cpython

Commit97a27d8

Browse files
180909mpage
authored andcommitted
pythongh-95691: Doc BufferedWriter and BufferedReader (python#95703)
1 parent3335bbe commit97a27d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/library/io.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ to provide an interface to files in the machine's file system.
272272
The:class:`BufferedIOBase` ABC extends:class:`IOBase`. It deals with
273273
buffering on a raw binary stream (:class:`RawIOBase`). Its subclasses,
274274
:class:`BufferedWriter`,:class:`BufferedReader`, and:class:`BufferedRWPair`
275-
buffer raw binary streams that arereadable, writable, and both readable and writable,
275+
buffer raw binary streams that arewritable, readable, and both readable and writable,
276276
respectively.:class:`BufferedRandom` provides a buffered interface to seekable streams.
277277
Another:class:`BufferedIOBase` subclass,:class:`BytesIO`, is a stream of
278278
in-memory bytes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp