From be430ed4a5d524315ab486deda826fc8a9c77e72 Mon Sep 17 00:00:00 2001 From: lingyongxu Date: Tue, 5 Sep 2017 15:23:56 +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: Id2dea733bf467a8c0274f262cd130bac55ea2998 --- oslo_utils/eventletutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_utils/eventletutils.py b/oslo_utils/eventletutils.py index 5e4b4aa0..f5bca515 100644 --- a/oslo_utils/eventletutils.py +++ b/oslo_utils/eventletutils.py @@ -132,7 +132,7 @@ def warn_eventlet_not_patched(expected_patched_modules=None, def is_monkey_patched(module): """Determines safely is eventlet patching for module enabled or not :param module: String, module name - :return Bool, True if module is patched, False otherwise + :return Bool: True if module is patched, False otherwise """ if _patcher is None: