aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/subscribe.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/framework/subscribe.py')
-rw-r--r--tensorflow/python/framework/subscribe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/framework/subscribe.py b/tensorflow/python/framework/subscribe.py
index 91c6e33f22..2654bca31c 100644
--- a/tensorflow/python/framework/subscribe.py
+++ b/tensorflow/python/framework/subscribe.py
@@ -276,7 +276,7 @@ def subscribe(tensors, side_effects):
Subscribed tensors, which are identity copies of the passed in tensors
in the same passed in structure, but the graph has been modified
such that these are downstream of the control dependencies for
- the side effect graphs. Use these functionally equivelant tensors
+ the side effect graphs. Use these functionally equivalent tensors
instead of the passed in tensors for further construction or running.
"""
if not hasattr(side_effects, '__iter__'):