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 5bd413f commit c727b99Copy full SHA for c727b99
Doc/library/exceptions.rst
@@ -735,8 +735,8 @@ depending on the system error code.
735
736
.. attribute:: characters_written
737
738
- An integer containing the number of characters written to the stream
739
- 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
740
buffered I/O classes from the :mod:`io` module.
741
742
.. exception:: ChildProcessError
0 commit comments