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 8f25661 commit 3b5c7baCopy full SHA for 3b5c7ba
Doc/library/exceptions.rst
@@ -725,8 +725,8 @@ depending on the system error code.
725
726
.. attribute:: characters_written
727
728
- An integer containing the number of characters written to the stream
729
- 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
730
buffered I/O classes from the :mod:`io` module.
731
732
.. exception:: ChildProcessError
0 commit comments