docstring fix

This commit is contained in:
Brian Waldon
2011-05-17 09:27:09 -04:00
parent d07be5ab94
commit 32fa5ad441

View File

@@ -123,11 +123,11 @@ class Controller(wsgi.Controller):
return dict(images=images)
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
:retval a dict of key/value filters
"""
filters = {}
for param in req.str_params: