Mercurial > public > mercurial-scm > hg-stable
diff mercurial/minirst.py @ 17424:e7cfe3587ea4
fix trivial spelling errors
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:38:42 +0200 |
parents | e740746ea557 |
children | 6e676fb6ea44 |
line wrap: on
line diff
--- 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]