aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras
diff options
context:
space:
mode:
authorGravatar EFanZh <efanzh@gmail.com>2018-09-28 15:20:26 +0800
committerGravatar EFanZh <efanzh@gmail.com>2018-09-28 15:20:26 +0800
commitd0690d46466bf0393ad65544d1e8c55e948df133 (patch)
treed0ccbd2dbf7c3752e991881a93684403bdd39f13 /tensorflow/python/keras
parent6ebe9baae06c06d0a70a424a55c78f5af07b49f7 (diff)
Fix some documentation errors
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 5091cac836..1bd8422658 100644
--- a/tensorflow/python/keras/engine/training.py
+++ b/tensorflow/python/keras/engine/training.py
@@ -2356,6 +2356,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.')