Update html.py

This commit is contained in:
Tom Christie 2014-11-12 15:38:05 +00:00
parent 3e8068757b
commit 1838e18aee

View File

@ -36,7 +36,7 @@ def parse_html_list(dictionary, prefix=''):
'[0]foo': 'abc',
'[0]bar': 'def',
'[1]foo': 'hij',
'[2]bar': 'klm',
'[1]bar': 'klm',
}
-->
[