aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/data/python/framework/function.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/data/python/framework/function.py')
-rw-r--r--tensorflow/contrib/data/python/framework/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/data/python/framework/function.py b/tensorflow/contrib/data/python/framework/function.py
index 2839130ab7..8c6bcb858f 100644
--- a/tensorflow/contrib/data/python/framework/function.py
+++ b/tensorflow/contrib/data/python/framework/function.py
@@ -39,7 +39,7 @@ class _ExperimentalFuncGraph(function._FuncGraph):
_ExperimentalFuncGraph overrides ops.Graph's create_op() so that we can keep
track of every inputs into every op created inside the function. If
any input is from other graphs, we keep track of it in self.capture
- and substitue the input with a place holder.
+ and substitute the input with a place holder.
Each captured input's corresponding place holder is converted into a
function argument and the caller passes in the captured tensor.