Fix some reST field lists in docstrings
Probably the most common format for documenting arguments is reST field lists [1]. This change updates some docstrings to comply with the field lists syntax. [1] http://sphinx-doc.org/domains.html#info-field-lists Change-Id: I75a16629617c4e96ec2983108642025319d3deca
This commit is contained in:
parent
2b253671bd
commit
264b971da6
@ -111,7 +111,7 @@ class EnvTemplateServices(object):
|
||||
|
||||
:param env_template_id: Template Id to be deleted.
|
||||
:param body: The description to be updated.
|
||||
:return the template description updated
|
||||
:return: the template description updated
|
||||
"""
|
||||
|
||||
unit = db_session.get_session()
|
||||
|
Loading…
Reference in New Issue
Block a user