aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-14 16:23:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-14 16:28:00 -0700
commit1c2a300d483d9e5d5502cdd8131644f7647996c5 (patch)
treefcde82456aace88463a5c8c24fea77783a7098a7 /tensorflow/python/estimator
parentbdca15c5e5c09e5c97f4357bd2a792da54746e94 (diff)
Fix spelling in error message
PiperOrigin-RevId: 213062112
Diffstat (limited to 'tensorflow/python/estimator')
-rw-r--r--tensorflow/python/estimator/estimator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/estimator/estimator.py b/tensorflow/python/estimator/estimator.py
index 0f20acefdf..90280fd25d 100644
--- a/tensorflow/python/estimator/estimator.py
+++ b/tensorflow/python/estimator/estimator.py
@@ -329,7 +329,7 @@ class Estimator(object):
run_config.TaskType.PS):
raise ValueError(
'Train has been called wrong configuration. Please use '
- 'tf.estimator.train_and_evaluate which calls propper API according '
+ 'tf.estimator.train_and_evaluate which calls proper API according '
'to given configuration. Current configuration: {}.'.format(
self.config))