[Trivial] Fix wrong comments in make_response()

Change-Id: I1ff1fd479325d273038e2ae72674fc150390230c
This commit is contained in:
Lin Yang 2017-01-03 16:32:22 -08:00
parent 4ed27a85d7
commit 089c8604f3

View File

@ -84,8 +84,8 @@ def match_conditions(json_content, filter_conditions):
def make_response(status_code, content="", headers=None):
"""Wrapper function to create flask http response.
:param json_content: content of http response, should be json object
:param status_code: status code of http response, set default to 200
:param content: content of http response, should be dict object
:param headers: additional headers of http response, should be dict
:returns: return_type -- flask Response object
"""