diff --git a/python/paddle/fluid/async_executor.py b/python/paddle/fluid/async_executor.py index 3181654feb8afc9b9613d2f62e779aa86166c83c..4ca6a5170eb57b0d799159b7ecc55c2389246041 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(