Fixed typo in multipartparser.py

This commit is contained in:
mbacho 2014-05-16 12:07:43 +03:00 committed by Tim Graham
parent 257fd48004
commit 8a9d54aa69
1 changed files with 1 additions and 1 deletions

View File

@ -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', ''))