Fixed line width

This commit is contained in:
Tue Topholm 2017-06-01 23:01:27 +02:00 committed by GitHub
parent f47e571d92
commit c102e76146

View File

@ -233,7 +233,8 @@ class HTTPResponse(BaseHTTPResponse):
return self._cookies
def json(body, status=200, headers=None, content_type="application/json", **kwargs):
def json(body, status=200, headers=None,
content_type="application/json", **kwargs):
"""
Returns response object with body in json format.
:param body: Response data to be serialized.