aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client
diff options
context:
space:
mode:
authorGravatar Ming Li <ming.george.li@gmail.com>2018-08-29 15:02:49 +0100
committerGravatar Ming Li <ming.george.li@gmail.com>2018-08-29 15:02:49 +0100
commit713cc582954399763a078226b62953bba1450b91 (patch)
tree808f24595052de0cbd8acb83ff19cdae017a3719 /tensorflow/python/client
parent8dfb7532f8278e53a86a847ba6aa9c441f7b021b (diff)
minor typo in `make_callable` method.
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 1841dd998b..c04d289773 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