summaryrefslogtreecommitdiff
path: root/heat/engine/hot
diff options
context:
space:
mode:
authorSergey Kraynev <skraynev@mirantis.com>2014-10-28 04:32:29 -0400
committerSergey Kraynev <skraynev@mirantis.com>2014-10-28 04:32:29 -0400
commitcbeafe9db887bddb396a682d4bf22b1ca19a27d2 (patch)
tree2127674aad56e592984710bdc0e47a94c000ca61 /heat/engine/hot
parentd5bcfa9b8494c52243c6f1a457468de309a20089 (diff)
downloadheat-cbeafe9db887bddb396a682d4bf22b1ca19a27d2.tar.gz
Adding missed whitespace between the words
Change-Id: I0103afc48ac795a49947643a1f79f41fcc914ee4
Diffstat (limited to 'heat/engine/hot')
-rw-r--r--heat/engine/hot/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/engine/hot/template.py b/heat/engine/hot/template.py
index 099a7559a..7af8a148f 100644
--- a/heat/engine/hot/template.py
+++ b/heat/engine/hot/template.py
@@ -188,7 +188,7 @@ class HOTemplate20130523(template.Template):
field = data[key]
if not isinstance(field, valid_types):
args = {'name': name, 'key': key, 'typename': typename}
- msg = _('Resource %(name)s %(key)s type'
+ msg = _('Resource %(name)s %(key)s type '
'must be %(typename)s') % args
raise TypeError(msg)
return field