diff options
| author | mbacho <mbacho@users.noreply.github.com> | 2014-05-16 12:07:43 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-16 05:34:40 -0400 |
| commit | 8a9d54aa694b45f82c039912d417e2a391198852 (patch) | |
| tree | 406644b320f6b53d941b8f0db2b5857d684ef21f /django/http/multipartparser.py | |
| parent | 257fd48004df3243c80a4bc1bc6bd1e91f22b84b (diff) | |
Fixed typo in multipartparser.py
Diffstat (limited to 'django/http/multipartparser.py')
| -rw-r--r-- | django/http/multipartparser.py | 2 |
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', '')) |
