From d5eb514313259da3011f8b52175e05a58fa30e82 Mon Sep 17 00:00:00 2001 From: Duan Jiong Date: Thu, 23 Mar 2017 13:54:18 +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: I17d7b08d34d465d34bad17962c62cb10abe19483 --- congress/datasources/murano_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/congress/datasources/murano_driver.py b/congress/datasources/murano_driver.py index d27c3e961..6c2000c32 100644 --- a/congress/datasources/murano_driver.py +++ b/congress/datasources/murano_driver.py @@ -417,7 +417,7 @@ class MuranoDriver(datasource_driver.PollingDataSourceDriver, :param class_name: service/application class name e.g. io.murano.apps.linux.Telnet. - :return - package type (e.g. 'Application') if found. + :return: - package type (e.g. 'Application') if found. - None if no package type found. """ pkg_type = None