aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 15:30:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 15:31:05 -0700
commitd0882f34a46f616b3cf5854ebecef1f21e161ef0 (patch)
tree7748b3acf2635c755ebb546166e22ba50688d8ac /tensorflow/python/keras
parentefbee1ab2cac59f511cc0850d84414e711bbda3b (diff)
parentd0690d46466bf0393ad65544d1e8c55e948df133 (diff)
Merge pull request #22591 from EFanZh:fix-docs
PiperOrigin-RevId: 215639962
Diffstat (limited to 'tensorflow/python/keras')
-rw-r--r--tensorflow/python/keras/engine/training.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/keras/engine/training.py b/tensorflow/python/keras/engine/training.py
index d81bd83f7f..2ebb4cf99f 100644
--- a/tensorflow/python/keras/engine/training.py
+++ b/tensorflow/python/keras/engine/training.py
@@ -2362,6 +2362,6 @@ class DistributedCallbackModel(Model):
# Whitelisted atttributes of the model that can be accessed by the user
# during a callback.
if item not in ['_setattr_tracking']:
- logging.warning('You are accessing attribute ' + item + 'of the '
+ logging.warning('You are accessing attribute ' + item + ' of the '
'DistributedCallbackModel that may not have been set '
'correctly.')