aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/training/python/training/evaluation.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/training/python/training/evaluation.py')
-rw-r--r--tensorflow/contrib/training/python/training/evaluation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/training/python/training/evaluation.py b/tensorflow/contrib/training/python/training/evaluation.py
index bc0c60c85c..24b733dd29 100644
--- a/tensorflow/contrib/training/python/training/evaluation.py
+++ b/tensorflow/contrib/training/python/training/evaluation.py
@@ -370,7 +370,7 @@ def evaluate_repeatedly(checkpoint_dir,
One may also consider using a `tf.contrib.training.SummaryAtEndHook` to record
summaries after the `eval_ops` have run. If `eval_ops` is `None`, the
- summaries run immedietly after the model checkpoint has been restored.
+ summaries run immediately after the model checkpoint has been restored.
Note that `evaluate_once` creates a local variable used to track the number of
evaluations run via `tf.contrib.training.get_or_create_eval_step`.