aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/common_shapes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/framework/common_shapes.py')
-rw-r--r--tensorflow/python/framework/common_shapes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/framework/common_shapes.py b/tensorflow/python/framework/common_shapes.py
index 3b1092f923..3c5aebbce8 100644
--- a/tensorflow/python/framework/common_shapes.py
+++ b/tensorflow/python/framework/common_shapes.py
@@ -34,7 +34,7 @@ def scalar_shape(unused_op):
def unchanged_shape(op):
- """Shape function for ops that output an tensor like their first input."""
+ """Shape function for ops that output a tensor like their first input."""
return [op.inputs[0].get_shape()]