diff -r fc14953e8e34 -r e7cfe3587ea4 mercurial/minirst.py --- a/mercurial/minirst.py Tue Aug 28 17:59:08 2012 -0500 +++ b/mercurial/minirst.py Wed Aug 15 22:38:42 2012 +0200 @@ -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]