From a8f957797d8035a542cdb20b03aaebd81b9529e2 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 5 Jun 2016 13:36:59 -0700 Subject: [PATCH] Fixed comment typo in multiparser.py --- django/http/multipartparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/http/multipartparser.py b/django/http/multipartparser.py index 82b7ce00e1..97961f89aa 100644 --- a/django/http/multipartparser.py +++ b/django/http/multipartparser.py @@ -261,7 +261,7 @@ class MultiPartParser(object): counters[i] += chunk_length if chunk is None: # Don't continue if the chunk received by - # the handler qis None. + # the handler is None. break except SkipFile: