# HG changeset patch # User timeless@mozdev.org # Date 2015-08-30 22:54:31 # Node ID 3a4620ad4490173eae742b85356366a1d641c22b # Parent 5a3338e0faf7084f51134303960279cea1b9e40d 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 addtopichook(topic, rewriter): 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):