summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-30 07:59:09 +0000
committerGerrit Code Review <review@openstack.org>2017-11-30 07:59:09 +0000
commit42a4d1c696936d997d16b33cbddb541816eb9ef2 (patch)
tree3936c323d848f3f6537bba97cf274b78baee9793
parent9359017e0cd41ad9b9bc85c41aa7e4e6f58f227e (diff)
parentbe430ed4a5d524315ab486deda826fc8a9c77e72 (diff)
downloadoslo-utils-42a4d1c696936d997d16b33cbddb541816eb9ef2.tar.gz
Merge "Fix some reST field lists in docstrings"
-rw-r--r--oslo_utils/eventletutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_utils/eventletutils.py b/oslo_utils/eventletutils.py
index 5e4b4aa..f5bca51 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: