We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13ee0a commit 1d80b5dCopy full SHA for 1d80b5d
Doc/library/exceptions.rst
@@ -742,8 +742,8 @@ depending on the system error code.
742
743
.. attribute:: characters_written
744
745
- An integer containing the number of characters written to the stream
746
- before it blocked. This attribute is available when using the
+ An integer containing the number of **bytes** written to the stream
+ before it blocked. This attribute is available when using the
747
buffered I/O classes from the :mod:`io` module.
748
749
.. exception:: ChildProcessError
0 commit comments