From 626bdac2ef4dae4a4c7b408c641c8ffce51ae36c Mon Sep 17 00:00:00 2001 From: moqiyi <85303405@qq.com> Date: Wed, 20 Nov 2024 08:01:17 +0000 Subject: [PATCH] update docs/API_reference/en/stdlib/uio.md. Signed-off-by: moqiyi <85303405@qq.com> --- docs/API_reference/en/stdlib/uio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/API_reference/en/stdlib/uio.md b/docs/API_reference/en/stdlib/uio.md index af603152..0aecbfbc 100644 --- a/docs/API_reference/en/stdlib/uio.md +++ b/docs/API_reference/en/stdlib/uio.md @@ -2,6 +2,8 @@ `uio` contains additional types of stream (file-like) objects and helper functions. This feature implements a subset of the corresponding CPython feature, as described below. For more information, refer to the original CPython documentation: [io](https://docs.python.org/3.5/library/io.html#module-io). +> Support IOBase, BytesIO, FileIO, StringIO, TextIO. + **Example** ```python -- Gitee