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 04bf26a5dd..fc1ea83449 100644
--- a/tensorflow/contrib/labeled_tensor/python/ops/core.py
+++ b/tensorflow/contrib/labeled_tensor/python/ops/core.py
@@ -199,7 +199,7 @@ class Axes(collections.Mapping):
"""Axis names and indices for a tensor.
It is an ordered mapping, with keys given by axis name and values given
- by Axis objets. Duplicate axis names are not allowed.
+ by Axis objects. Duplicate axis names are not allowed.
"""
@tc.accepts(object, tc.List(AxisLike))