Merge "Fix docstring error for Join functions"

This commit is contained in:
Jenkins 2015-06-27 13:49:06 +00:00 committed by Gerrit Code Review
commit 130b355037
2 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@ class Join(function.Function):
Takes the form::
{ "Fn::Join" : [ "<delim>", [ "<string_1>", "<string_2>", ... ] }
{ "Fn::Join" : [ "<delim>", [ "<string_1>", "<string_2>", ... ] ] }
And resolves to::

View File

@ -231,7 +231,7 @@ class Join(cfn_funcs.Join):
Takes the form::
{ "list_join" : [ "<delim>", [ "<string_1>", "<string_2>", ... ] }
{ "list_join" : [ "<delim>", [ "<string_1>", "<string_2>", ... ] ] }
And resolves to::