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: I7f278243f49ff67b83fa577e27d5c28ed2398a27
This commit is contained in:
XieYingYun 2017-03-25 17:27:09 +08:00 committed by Jesse Pretorius (odyssey4me)
parent 7f4a9a65ea
commit 052a1a4559
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class DesignateCLI(object):
"""Run a openstack client command using JSON output
:returns: dict
:raises: CalledProcessError
:raises CalledProcessError:
"""
cmd = "%s %s -f json" % (openstack_cli, cmd)
log.debug(" running %s" % cmd)