aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/client.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-29 15:12:13 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-29 16:19:18 -0700
commit0d700eff9860757469b65c3b49b9829803d2a9b2 (patch)
tree5cc6a14338331058cec74b51424423be9f2b306b /tensorflow/g3doc/api_docs/python/client.md
parent419df966c275498f699b19de7670f9a19a1c8af4 (diff)
Update generated Python Op docs.
Change: 134722650
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/client.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/client.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/g3doc/api_docs/python/client.md b/tensorflow/g3doc/api_docs/python/client.md
index bd3252dfd5..2d4c52a004 100644
--- a/tensorflow/g3doc/api_docs/python/client.md
+++ b/tensorflow/g3doc/api_docs/python/client.md
@@ -134,7 +134,7 @@ Example:
# v is the numpy array [10, 20]
# 'fetches' can be a list.
v = session.run([a, b])
- # v is a Python list with 2 numpy arrays: the numpy array [10, 20] and the
+ # v a Python list with 2 numpy arrays: the numpy array [10, 20] and the
# 1-D array [1.0, 2.0]
# 'fetches' can be arbitrary lists, tuples, namedtuple, dicts:
MyData = collections.namedtuple('MyData', ['a', 'b'])