summaryrefslogtreecommitdiff
path: root/django
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:43 -0400
commit4b49cbfae47f279e1a3f33f4143ff416ddf68e3d (patch)
treec30aec6b070e6be94ce391e27e7cdc0298b6aeee /django
parentd41a00101192fcedab9f8207428f9d207e0bc72e (diff)
[1.6.x] Fixed typo in multipartparser.py
Backport of 8a9d54aa69 from master
Diffstat (limited to 'django')
-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', ''))