From 052a1a45599a1bdc783ee019b37073c857f997ea Mon Sep 17 00:00:00 2001 From: XieYingYun Date: Sat, 25 Mar 2017 17:27:09 +0800 Subject: [PATCH] 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 --- devstack/networking_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/networking_test.py b/devstack/networking_test.py index d6b26ad4c..20ae5a7cd 100644 --- a/devstack/networking_test.py +++ b/devstack/networking_test.py @@ -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)