Merge "Fix some reST field lists in docstrings"

This commit is contained in:
Zuul 2017-11-30 07:59:09 +00:00 committed by Gerrit Code Review
commit 42a4d1c696
1 changed files with 1 additions and 1 deletions

View File

@ -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: