aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/monitored_session.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-08 16:49:51 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-08 16:54:41 -0700
commitd22c433216254d2e6ab33a849f922b4545d1f7dd (patch)
tree9b3ec1983d40f4f89aaaebe5e936d5054a187e02 /tensorflow/python/training/monitored_session.py
parent2662d4e80c4892fb283d1cc2181fe017a71c8516 (diff)
Fix typos in comments.
PiperOrigin-RevId: 161305803
Diffstat (limited to 'tensorflow/python/training/monitored_session.py')
-rw-r--r--tensorflow/python/training/monitored_session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/monitored_session.py b/tensorflow/python/training/monitored_session.py
index e7b296374a..2feb6bd3c3 100644
--- a/tensorflow/python/training/monitored_session.py
+++ b/tensorflow/python/training/monitored_session.py
@@ -92,7 +92,7 @@ class Scaffold(object):
* `init_feed_dict`: A session feed dictionary that should be used when
running the init op.
- * `init_fn`: A callable to run run after the init op to perform additional
+ * `init_fn`: A callable to run after the init op to perform additional
initializations. The callable will be called as
`init_fn(scaffold, session)`.