From 315aa5754a06ba5ae81b95be327e663ed48191fa Mon Sep 17 00:00:00 2001 From: Thomas Spatzier Date: Tue, 13 Aug 2013 15:58:53 +0200 Subject: [PATCH] Fix syntax description of HOT get_attr function Fix syntax description of get_attr function in HOT specification. Colon instead of comma was used in array. Contributes to blueprint hot-specification Change-Id: I8007d476093ecd5be41020025b486147a5ac038b --- doc/source/template_guide/hot_spec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/template_guide/hot_spec.rst b/doc/source/template_guide/hot_spec.rst index 31219c36..24324380 100644 --- a/doc/source/template_guide/hot_spec.rst +++ b/doc/source/template_guide/hot_spec.rst @@ -422,7 +422,7 @@ The syntax of the get_attr function is as follows: :: - get_attr: [ : ] + get_attr: [ , ] resource ID This parameter specifies the resource the attribute of which shall be -- 2.45.2