##// END OF EJS Templates
help: fix makeitemsdoc English description
timeless@mozdev.org -
r26196:3a4620ad default
parent child Browse files
Show More
@@ -179,7 +179,7 b' def addtopichook(topic, rewriter):'
179
179
180 def makeitemsdoc(topic, doc, marker, items, dedent=False):
180 def makeitemsdoc(topic, doc, marker, items, dedent=False):
181 """Extract docstring from the items key to function mapping, build a
181 """Extract docstring from the items key to function mapping, build a
182 .single documentation block and use it to overwrite the marker in doc
182 single documentation block and use it to overwrite the marker in doc.
183 """
183 """
184 entries = []
184 entries = []
185 for name in sorted(items):
185 for name in sorted(items):
General Comments 0
You need to be logged in to leave comments. Login now