Merge "Fix some reST field lists in docstrings"

This commit is contained in:
Jenkins 2017-06-13 10:06:25 +00:00 committed by Gerrit Code Review
commit c6aa4f02ef
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ class AsyncJobController(rest.RestController):
"""Return a dictionary of query param filters from the request.
:param params: the URI params coming from the wsgi layer
:return (flag, filters), flag indicates whether the filters are valid,
:return: (flag, filters), flag indicates whether the filters are valid,
and the filters denote a list of key-value pairs.
"""
filters = {}

View File

@ -91,7 +91,7 @@ class RoutingController(rest.RestController):
"""Return a dictionary of query param filters from the request.
:param params: the URI params coming from the wsgi layer
:return (flag, filters), flag indicates whether the filters are valid,
:return: (flag, filters), flag indicates whether the filters are valid,
and the filters denote a list of key-value pairs.
"""
filters = {}