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: I9ee96627d65a7d78773df297b0a5d9e2917cdee8
This commit is contained in:
XieYingYun 2017-03-25 15:59:47 +08:00
parent 2b384fc8c4
commit 26e6037496
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class DNSExtensionDriver(driver_api.ExtensionDriver):
:param context: plugin request context
:param network: network dictionary
:return True or False
:return: True or False
"""
pass