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
This commit is contained in:
parent
4356cb7b50
commit
be430ed4a5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user