From f7a58479ee222e5637fcec9e5ce50a4d8d32777f Mon Sep 17 00:00:00 2001 From: xsrobin <50069408+xsrobin@users.noreply.github.com> Date: Tue, 23 Jul 2019 21:45:37 +0800 Subject: [PATCH] Update io_cn.rst (#1033) --- doc/fluid/api_cn/io_cn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/api_cn/io_cn.rst b/doc/fluid/api_cn/io_cn.rst index af6e0faf7..91addf14f 100644 --- a/doc/fluid/api_cn/io_cn.rst +++ b/doc/fluid/api_cn/io_cn.rst @@ -226,7 +226,7 @@ PyReader - **capacity** (int) – 在Pyreader对象中维护的队列的容量。 - **use_double_buffer** (bool) – 是否使用 ``double_buffer_reader`` 来加速数据输入。 - **iterable** (bool) – 被创建的reader对象是否可迭代。 - - **eturn_list** (bool) – 是否以list的形式将返回值 + - **return_list** (bool) – 是否以list的形式将返回值 返回: 被创建的reader对象 -- GitLab