aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/function.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/framework/function.py')
-rw-r--r--tensorflow/python/framework/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/framework/function.py b/tensorflow/python/framework/function.py
index 29cf223724..cef3f8d4c4 100644
--- a/tensorflow/python/framework/function.py
+++ b/tensorflow/python/framework/function.py
@@ -100,7 +100,7 @@ class Defun(object):
grad_func - (optional). A function implementing the gradient
of the function-to-register. This is must be a
`_DefinedFunction` object. The gradient
- function must satisfy the criterion defined in
+ function must satisify the criterion defined in
function.proto:GradientDef.
python_grad_func - (optional). A function implementing the