changeset 26781 | 1aee2ab0f902 |
parent 26421 | 4b0fc75f9403 |
child 27614 | 1d7e824ad093 |
--- a/mercurial/minirst.py Wed Oct 14 03:30:27 2015 -0400 +++ b/mercurial/minirst.py Sat Oct 17 00:58:46 2015 +0200 @@ -515,7 +515,7 @@ if block['type'] == 'bullet': if block['lines'][0].startswith('| '): # Remove bullet for line blocks and add no extra - # indention. + # indentation. block['lines'][0] = block['lines'][0][2:] else: m = _bulletre.match(block['lines'][0])