Commit 6f0dcec4 authored by mbacho's avatar mbacho Committed by Tim Graham
Browse files

[1.7.x] Fixed typo in multipartparser.py

Backport of 8a9d54aa from master
parent e8a74369
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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', ''))