aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/data_flow_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/data_flow_ops.py')
-rw-r--r--tensorflow/python/ops/data_flow_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/data_flow_ops.py b/tensorflow/python/ops/data_flow_ops.py
index 95e45bff06..03ed537cfc 100644
--- a/tensorflow/python/ops/data_flow_ops.py
+++ b/tensorflow/python/ops/data_flow_ops.py
@@ -474,7 +474,7 @@ class QueueBase(object):
name: A name for the operation (optional).
Returns:
- The tuple of concatenated tensors that was dequeued.
+ The list of concatenated tensors that was dequeued.
"""
if name is None:
name = "%s_DequeueMany" % self._name