Fixed comment typo in multiparser.py
This commit is contained in:
parent
01e567864e
commit
a8f957797d
|
@ -261,7 +261,7 @@ class MultiPartParser(object):
|
||||||
counters[i] += chunk_length
|
counters[i] += chunk_length
|
||||||
if chunk is None:
|
if chunk is None:
|
||||||
# Don't continue if the chunk received by
|
# Don't continue if the chunk received by
|
||||||
# the handler qis None.
|
# the handler is None.
|
||||||
break
|
break
|
||||||
|
|
||||||
except SkipFile:
|
except SkipFile:
|
||||||
|
|
Loading…
Reference in New Issue