summaryrefslogtreecommitdiff
path: root/django/http/multipartparser.py
diff options
context:
space:
mode:
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 eeb435fa57..fcc7a12869 100644
--- a/django/http/multipartparser.py
+++ b/django/http/multipartparser.py
@@ -56,7 +56,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', ''))