aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-04 22:43:58 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-04 22:44:11 -0700
commitc7c05f737be079d0fbf4990f2f374d4d2cde7509 (patch)
tree54009aee8a02720c527e9f082595fd5541b1b207 /tensorflow/python/client
parent220a546cfae7459abf7d0e4c50bb9848fa69ff53 (diff)
parent713cc582954399763a078226b62953bba1450b91 (diff)
Merge pull request #21951 from minggli:doc/session
PiperOrigin-RevId: 211581348
Diffstat (limited to 'tensorflow/python/client')
-rw-r--r--tensorflow/python/client/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/client/session.py b/tensorflow/python/client/session.py
index e4273fe8a0..ae0ad27f15 100644
--- a/tensorflow/python/client/session.py
+++ b/tensorflow/python/client/session.py
@@ -1132,7 +1132,7 @@ class BaseSession(SessionInterface):
for details of the allowable fetch types.
feed_list: (Optional.) A list of `feed_dict` keys. See
`tf.Session.run` for details of the allowable feed key types.
- accept_options: (Optional.) Iff `True`, the returned `Callable` will be
+ accept_options: (Optional.) If `True`, the returned `Callable` will be
able to accept `tf.RunOptions` and `tf.RunMetadata` as optional
keyword arguments `options` and `run_metadata`, respectively, with
the same syntax and semantics as `tf.Session.run`, which is useful