summaryrefslogtreecommitdiff
path: root/django/http/multipartparser.py
diff options
context:
space:
mode:
authormbacho <mbacho@users.noreply.github.com>2014-05-16 12:07:43 +0300
committerTim Graham <timograham@gmail.com>2014-05-16 05:35:28 -0400
commit6f0dcec44c2a1175dd558d60e526c4c5e7e39c25 (patch)
treec396d8833171b13ade5798ffa9e8795ddaa3ac43 /django/http/multipartparser.py
parente8a7436941f56d27b0096c93ef4ea1da13a5b95f (diff)
[1.7.x] Fixed typo in multipartparser.py
Backport of 8a9d54aa69 from master
Diffstat (limited to 'django/http/multipartparser.py')
-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 6d03f877a1..20232cb7c6 100644
--- a/django/http/multipartparser.py
+++ b/django/http/multipartparser.py
@@ -62,7 +62,7 @@ class MultiPartParser(object):
"""
#
- # Content-Type should containt multipart and the boundary information.
+ # Content-Type should contain multipart and the boundary information.
#
content_type = META.get('HTTP_CONTENT_TYPE', META.get('CONTENT_TYPE', ''))