diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/io.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 0bd325a..b0b898d 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -438,9 +438,6 @@ Raw File I/O the number actually written. Only one system call is made, so it is possible that only some of the data is written. - Note that the inherited ``readinto()`` method should not be used on - :class:`FileIO` objects. - Buffered Streams ---------------- |