Thanks to visit codestin.com Credit goes to github.com
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 cf7a309 commit e12c744Copy full SHA for e12c744
1 file changed
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