Skip to content

Commit 1838e18

Browse files
committed
Update html.py
1 parent 3e80687 commit 1838e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/utils/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def parse_html_list(dictionary, prefix=''):
3636
'[0]foo': 'abc',
3737
'[0]bar': 'def',
3838
'[1]foo': 'hij',
39-
'[2]bar': 'klm',
39+
'[1]bar': 'klm',
4040
}
4141
-->
4242
[

0 commit comments

Comments
 (0)