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:
Duan Jiong 2017-03-23 13:50:13 +08:00
parent 2b253671bd
commit 264b971da6
1 changed files with 1 additions and 1 deletions

View File

@ -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()