Fix custom parser example

This commit is contained in:
José Padilla 2015-07-05 16:47:02 -04:00 committed by José Padilla
parent c091addb83
commit f161241e07

View File

@ -147,7 +147,6 @@ The following is an example plaintext parser that will populate the `request.dat
"""
Plain text parser.
"""
media_type = 'text/plain'
def parse(self, stream, media_type=None, parser_context=None):