From 9ec70f309c6b87455a946b8a1620042acd28a54a Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 14 Aug 2017 13:07:04 -0700 Subject: [PATCH] Minor grammatical fix in comment PiperOrigin-RevId: 165217993 --- tensorflow/python/estimator/run_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/estimator/run_config.py b/tensorflow/python/estimator/run_config.py index ac521cc7913..de525c3188f 100644 --- a/tensorflow/python/estimator/run_config.py +++ b/tensorflow/python/estimator/run_config.py @@ -25,7 +25,7 @@ import six from tensorflow.core.protobuf import config_pb2 -# A list of the property names in RunConfig user allows to change. +# A list of the property names in RunConfig that the user is allowed to change. _DEFAULT_REPLACEABLE_LIST = [ 'model_dir', 'tf_random_seed', -- GitLab