diff --git a/rest_framework/utils/html.py b/rest_framework/utils/html.py index c7af22843..d773952dc 100644 --- a/rest_framework/utils/html.py +++ b/rest_framework/utils/html.py @@ -72,7 +72,7 @@ def parse_html_dict(dictionary, prefix): --> { 'profile': { - 'username': 'example, + 'username': 'example', 'email': 'example@example.com' } }