diff options
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/io.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/library/io.rst b/docs/library/io.rst index 6b4b9f1a47..caa5989522 100644 --- a/docs/library/io.rst +++ b/docs/library/io.rst @@ -86,16 +86,6 @@ Functions Classes ------- -.. class:: FileIO(...) - - This is type of a file open in binary mode, e.g. using ``open(name, "rb")``. - You should not instantiate this class directly. - -.. class:: TextIOWrapper(...) - - This is type of a file open in text mode, e.g. using ``open(name, "rt")``. - You should not instantiate this class directly. - .. class:: StringIO([string]) .. class:: BytesIO([string]) |