Kaydet (Commit) 6153604b authored tarafından Georg Brandl's avatar Georg Brandl

Remove lots of spaces within exception message.

üst e951e917
......@@ -1057,8 +1057,8 @@ class AbstractHTTPHandler(BaseHandler):
mv = memoryview(data)
except TypeError:
if isinstance(data, collections.Iterable):
raise ValueError("Content-Length should be specified \
for iterable data of type %r %r" % (type(data),
raise ValueError("Content-Length should be specified "
"for iterable data of type %r %r" % (type(data),
data))
else:
request.add_unredirected_header(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment