diff --git a/python/paddle/fluid/parallel_executor.py b/python/paddle/fluid/parallel_executor.py index f9741fbed6ea0fa3f173b9d8ada08f5ae984c995..190efe6c1bcc7916461b1069eb0e59b4d108a13d 100644 --- a/python/paddle/fluid/parallel_executor.py +++ b/python/paddle/fluid/parallel_executor.py @@ -128,8 +128,10 @@ class ParallelExecutor(object): Args: fetch_list(list): The fetched variable names - feed(list|dict|None): The feed variables. If the feed is a dict, tensors in that dict will be splitted - into each devices. If the feed is a list, each element of the list will be copied to each device. + feed(list|dict|None): The feed variables. If the feed is a dict, + tensors in that dict will be splitted into each devices. If + the feed is a list, each element of the list will be copied + to each device. feed_dict: Alias for feed parameter, for backward compatibility. Returns: fetched result list.