aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/library/io.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/library/io.rst b/docs/library/io.rst
index 6b4b9f1a4..caa598952 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])