From cbc7208399e980687e7bd51102d3e84907353fba Mon Sep 17 00:00:00 2001 From: heqiaozhi Date: Tue, 18 Dec 2018 10:15:07 +0800 Subject: [PATCH] fix doc test=develop --- python/paddle/fluid/async_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/async_executor.py b/python/paddle/fluid/async_executor.py index 3181654feb..4ca6a5170e 100644 --- a/python/paddle/fluid/async_executor.py +++ b/python/paddle/fluid/async_executor.py @@ -301,7 +301,7 @@ class AsyncExecutor(object): save_model command that can be invoked from one of the worker model parameters are saved in servers and upload to save_path of file system Args: - save_path(str): path to file system + save_path(str): save path to file system """ if self.instance is None: raise ValueError( -- GitLab