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 c2d34a1 commit a3d0153Copy full SHA for a3d0153
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