diff --git a/python/paddle/fluid/async_executor.py b/python/paddle/fluid/async_executor.py index fe2e9b8f12d3cf07af56d069f6737ddb10273d61..bd32138651f98f51a469a8ed991f52ee41b0c45d 100644 --- a/python/paddle/fluid/async_executor.py +++ b/python/paddle/fluid/async_executor.py @@ -177,7 +177,7 @@ class AsyncExecutor(object): >>> exe = fluid.AsyncExecutor() >>> exe.download_data("/xxx/xxx/xx/", >>> "./data", "afs:// - >>> xxx.xxx.xxx.xxx:9901", "xxx,yyy") + >>> xxx.xxx.xxx.xxx:9901", "xxx,yyy") Args: afs_path(str): afs_path defined by users local_path(str): download data path