diff --git a/tensorflow/python/eager/wrap_function.py b/tensorflow/python/eager/wrap_function.py index b85526a4d32..8c1634f9c48 100644 --- a/tensorflow/python/eager/wrap_function.py +++ b/tensorflow/python/eager/wrap_function.py @@ -270,8 +270,8 @@ class WrappedFunction(function.ConcreteFunction): Also extracts ops from `fetches`. Args: - fetch: The fetch to preprocess: Tensor, TensorInfo, or Operation, or string - identifying a Tensor or Operation. + fetch: The fetch to preprocess: Tensor, TensorInfo, or Operation, or + string identifying a Tensor or Operation. Returns: `fetch` converted to a Tensor.