Skip to content

Commit 3b5c7ba

Browse files
[3.13] gh-83926: BlockingIOError characters_written is byte count (GH-141215) (#142815)
gh-83926: BlockingIOError characters_written is byte count (GH-141215) (cherry picked from commit e12c744) Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
1 parent 8f25661 commit 3b5c7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/exceptions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,8 @@ depending on the system error code.
725725

726726
.. attribute:: characters_written
727727

728-
An integer containing the number of characters written to the stream
729-
before it blocked. This attribute is available when using the
728+
An integer containing the number of **bytes** written to the stream
729+
before it blocked. This attribute is available when using the
730730
buffered I/O classes from the :mod:`io` module.
731731

732732
.. exception:: ChildProcessError

0 commit comments

Comments
 (0)