aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/labeled_tensor/python/ops/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/labeled_tensor/python/ops/core.py')
-rw-r--r--tensorflow/contrib/labeled_tensor/python/ops/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/labeled_tensor/python/ops/core.py b/tensorflow/contrib/labeled_tensor/python/ops/core.py
index 393c7f93f3..e6aded92ca 100644
--- a/tensorflow/contrib/labeled_tensor/python/ops/core.py
+++ b/tensorflow/contrib/labeled_tensor/python/ops/core.py
@@ -810,7 +810,7 @@ def axis_order_scope(axis_order=None):
Example usage:
with lt.axis_order_scope(['x', 'y', 'z']):
- # result is guranteed to have the correct axis order
+ # result is guaranteed to have the correct axis order
result = w + b
You can nest scopes, in which case only the inner-most scope applies, e.g.,