Mercurial > hg > mercurial-source
diff mercurial/templater.py @ 31111:318a24b52eeb
spelling: fixes of non-dictionary words
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 17 Oct 2016 23:16:55 +0200 (2016-10-17) |
parents | 362740e05460 |
children | bb77654dc7ae |
line wrap: on
line diff
--- a/mercurial/templater.py +++ b/mercurial/templater.py @@ -792,7 +792,7 @@ @templatefunc('rstdoc(text, style)') def rstdoc(context, mapping, args): - """Format ReStructuredText.""" + """Format reStructuredText.""" if len(args) != 2: # i18n: "rstdoc" is a keyword raise error.ParseError(_("rstdoc expects two arguments"))