Removed whitespace

This commit is contained in:
Tue Topholm 2017-06-01 23:09:37 +02:00 committed by GitHub
parent c102e76146
commit 3d97fd8d2a

View File

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