summaryrefslogtreecommitdiff
path: root/django/http
diff options
context:
space:
mode:
Diffstat (limited to 'django/http')
-rw-r--r--django/http/multipartparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/http/multipartparser.py b/django/http/multipartparser.py
index dcf2d1ae0d..21617255a8 100644
--- a/django/http/multipartparser.py
+++ b/django/http/multipartparser.py
@@ -495,7 +495,7 @@ class BoundaryIter(six.Iterator):
stream.unget(chunk[-rollback:])
return chunk[:-rollback]
- def _find_boundary(self, data, eof = False):
+ def _find_boundary(self, data, eof=False):
"""
Finds a multipart boundary in data.