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:34:40 -0400
commit8a9d54aa694b45f82c039912d417e2a391198852 (patch)
tree406644b320f6b53d941b8f0db2b5857d684ef21f /django/http/multipartparser.py
parent257fd48004df3243c80a4bc1bc6bd1e91f22b84b (diff)
Fixed typo in multipartparser.py
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', ''))