aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph/utils/builtins.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/autograph/utils/builtins.py')
-rw-r--r--tensorflow/contrib/autograph/utils/builtins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/autograph/utils/builtins.py b/tensorflow/contrib/autograph/utils/builtins.py
index dfc3c86a3d..211e8eaee9 100644
--- a/tensorflow/contrib/autograph/utils/builtins.py
+++ b/tensorflow/contrib/autograph/utils/builtins.py
@@ -77,7 +77,7 @@ def is_tf_print_compatible(value):
def dynamic_print(*values):
- """Implementartion of print using dynamic dispatch.
+ """Implementation of print using dynamic dispatch.
The function attempts to use tf.Print if all the values are compatible.
Otherwise, it will fall back to py_func.