Fix up description of text_param and file_param

Change-Id: Ief99fab872a531402c0907b4f44defce37d249e1
Reviewed-on: https://review.openstack.org/15189
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Tollef Fog Heen 2012-11-01 11:03:16 +01:00 committed by Jenkins
parent e0692e65ce
commit ff2f3f7505
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ def bool_param(parser, xml_parent, data):
def file_param(parser, xml_parent, data):
"""yaml: bool
"""yaml: file
A file parameter.
:arg str name: the target location for the file upload
@ -110,7 +110,7 @@ def file_param(parser, xml_parent, data):
def text_param(parser, xml_parent, data):
"""yaml: string
"""yaml: text
A text parameter.
:arg str name: the name of the parameter