67
def _get_section(registry, section, title, hdg_level1="=", hdg_level2="-"):
67
def _get_section(registry, section, title, hdg_level1="#", hdg_level2="="):
68
68
"""Build the manual part from topics matching that section."""
69
69
topics = sorted(registry.get_topics_for_section(section))
70
70
lines = [title, hdg_level1 * len(title), ""]