aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/supervisor.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-05-13 10:39:49 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-13 11:41:55 -0700
commit9292b9cad9bc0408145c6f06f647ca4fa03c1f5c (patch)
tree6625961751d76c96110b4f273ab690fb03be5399 /tensorflow/python/training/supervisor.py
parent885a01b4b235ff23d6ed2eb77832f4996b2ca2b2 (diff)
Remove extra space in Supervisor docstring
Change: 122279832
Diffstat (limited to 'tensorflow/python/training/supervisor.py')
-rw-r--r--tensorflow/python/training/supervisor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/supervisor.py b/tensorflow/python/training/supervisor.py
index 6391e67d56..8ca22114e3 100644
--- a/tensorflow/python/training/supervisor.py
+++ b/tensorflow/python/training/supervisor.py
@@ -57,7 +57,7 @@ class Supervisor(object):
# Use the session to train the graph.
while not sv.should_stop():
sess.run(<my_train_op>)
- ```
+ ```
Within the `with sv.managed_session()` block all variables in the graph have
been initialized. In addition, a few services have been started to