author | timeless@mozdev.org |
Fri, 17 Aug 2012 13:58:18 -0700 | |
changeset 17495 | 47b25475427f |
parent 17494 | 74801685aaa2 |
child 17496 | 223328c6f943 |
--- a/mercurial/minirst.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/minirst.py Fri Aug 17 13:58:18 2012 -0700 @@ -133,7 +133,7 @@ def match(lines, i, itemre, singleline): """Does itemre match an item at line i? - A list item can be followed by an idented line or another list + A list item can be followed by an indented line or another list item (but only if singleline is True). """ line1 = lines[i]