mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed typo in multipartparser.py
This commit is contained in:
parent
257fd48004
commit
8a9d54aa69
@ -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', ''))
|
||||
|
Loading…
Reference in New Issue
Block a user