[PATCH 1 of 2] help: fix makeitemsdoc English description

timeless at mozdev.org timeless at mozdev.org
Tue Sep 8 17:54:04 UTC 2015


# HG changeset patch
# User timeless at mozdev.org
# Date 1440975271 14400
#      Sun Aug 30 18:54:31 2015 -0400
# Node ID 3f589cd796db27031c9f10068f758ddacd18c524
# Parent  7187f6e923d55cf6b7e6910d24645f303db671ee
help: fix makeitemsdoc English description

diff --git a/mercurial/help.py b/mercurial/help.py
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -179,7 +179,7 @@
 
 def makeitemsdoc(topic, doc, marker, items, dedent=False):
     """Extract docstring from the items key to function mapping, build a
-    .single documentation block and use it to overwrite the marker in doc
+    single documentation block and use it to overwrite the marker in doc.
     """
     entries = []
     for name in sorted(items):


More information about the Mercurial-devel mailing list