docstring fix
This commit is contained in:
@@ -123,11 +123,11 @@ class Controller(wsgi.Controller):
|
|||||||
return dict(images=images)
|
return dict(images=images)
|
||||||
|
|
||||||
def _get_filters(self, req):
|
def _get_filters(self, req):
|
||||||
"""Return a dictionary of query param filters from the request
|
"""
|
||||||
|
Return a dictionary of query param filters from the request
|
||||||
|
|
||||||
:param req: the Request object coming from the wsgi layer
|
:param req: the Request object coming from the wsgi layer
|
||||||
:retval a dict of key/value filters
|
:retval a dict of key/value filters
|
||||||
|
|
||||||
"""
|
"""
|
||||||
filters = {}
|
filters = {}
|
||||||
for param in req.str_params:
|
for param in req.str_params:
|
||||||
|
Reference in New Issue
Block a user