diff mercurial/templater.py @ 30342:318a24b52eeb

spelling: fixes of non-dictionary words
author Mads Kiilerich <madski@unity3d.com>
date Mon, 17 Oct 2016 23:16:55 +0200
parents 362740e05460
children bb77654dc7ae
line wrap: on
line diff
--- a/mercurial/templater.py	Thu Nov 03 17:31:14 2016 -0700
+++ b/mercurial/templater.py	Mon Oct 17 23:16:55 2016 +0200
@@ -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"))