aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/input.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/input.py')
-rw-r--r--tensorflow/python/training/input.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/input.py b/tensorflow/python/training/input.py
index cf1ae55f95..aafe776c78 100644
--- a/tensorflow/python/training/input.py
+++ b/tensorflow/python/training/input.py
@@ -92,7 +92,7 @@ def input_producer(input_tensor, element_shape=None, num_epochs=None,
"""Output the rows of `input_tensor` to a queue for an input pipeline.
Args:
- input_tensor: A tensor with the rows to produce. Must be at
+ input_tensor: A tensor with the rows to produce. Must be at least
one-dimensional. Must either have a fully-defined shape, or
`element_shape` must be defined.
element_shape: (Optional.) A `TensorShape` representing the shape of a