From dbe76833ae7899e1a7a5b48e70f12dadea712a05 Mon Sep 17 00:00:00 2001 From: Yancey1989 Date: Wed, 28 Nov 2018 14:41:06 +0800 Subject: [PATCH] update --- .../api/api_guides/low_level/cluster/cluster_train_data_cn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/api/api_guides/low_level/cluster/cluster_train_data_cn.rst b/doc/fluid/api/api_guides/low_level/cluster/cluster_train_data_cn.rst index 7c408abe4..ded49d5c6 100644 --- a/doc/fluid/api/api_guides/low_level/cluster/cluster_train_data_cn.rst +++ b/doc/fluid/api/api_guides/low_level/cluster/cluster_train_data_cn.rst @@ -61,4 +61,4 @@ my_files = file_dispatcher(files_pattern, triners, trainer_id) -在上述例子中,`files_pattern` 是训练文件的 glob 表达式,一般可以用通配符来表示。 \ No newline at end of file +在上述例子中,`files_pattern` 是训练文件的 `glob 表达式 `_,一般可以用通配符来表示。 \ No newline at end of file -- GitLab