Skip to content

Commit 4640cc8

Browse files
yifeifaselle
authored andcommitted
Fix typo in tensorflow/python/framework/function.py
PiperOrigin-RevId: 175219920
1 parent 0b73b56 commit 4640cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensorflow/python/framework/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(self, *input_types, **kwargs):
100100
grad_func - (optional). A function implementing the gradient
101101
of the function-to-register. This is must be a
102102
`_DefinedFunction` object. The gradient
103-
function must satisify the criterion defined in
103+
function must satisfy the criterion defined in
104104
function.proto:GradientDef.
105105
106106
python_grad_func - (optional). A function implementing the

0 commit comments

Comments
 (0)