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:
parent
7f4a9a65ea
commit
052a1a4559
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user