Submitter | timeless@mozdev.org |
---|---|
Date | Sept. 8, 2015, 5:54 p.m. |
Message ID | <3f589cd796db27031c9f.1441734844@waste.org> |
Download | mbox | patch |
Permalink | /patch/10422/ |
State | Accepted |
Headers | show |
Comments
Patch
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):