Commit f161241e by José Padilla Committed by José Padilla

Fix custom parser example

parent c091addb
...@@ -147,7 +147,6 @@ The following is an example plaintext parser that will populate the `request.dat ...@@ -147,7 +147,6 @@ The following is an example plaintext parser that will populate the `request.dat
""" """
Plain text parser. Plain text parser.
""" """
media_type = 'text/plain' media_type = 'text/plain'
def parse(self, stream, media_type=None, parser_context=None): def parse(self, stream, media_type=None, parser_context=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment