fixing duplicate word in a comment

This commit is contained in:
Chris Dent 2016-11-14 12:20:19 +00:00
parent 836a73adfa
commit 6f5d936581

View File

@ -147,7 +147,7 @@ class VerboseHttp(Http):
# we could pretty print any printable output by using a
# handler's loads() and dumps(). Not doing that now
# because it would be pointless (no other interesting
# handlers) and this may approach may be entirely wrong.
# handlers) and this approach may be entirely wrong.
if jsonhandler.JSONHandler.accepts(content_type):
data = jsonhandler.JSONHandler.loads(content)
content = jsonhandler.JSONHandler.dumps(data, pretty=True)