Commit d6ced7d1 authored by Fred Drake's avatar Fred Drake

convert(): Change the element name remapping to convert <refmodule>

	to <module link>.
parent f82e4ab6
......@@ -676,6 +676,7 @@ def convert(ifp, ofp):
"lineii": ("row", {}),
"lineiii": ("row", {}),
"lineiv": ("row", {}),
"refmodule": ("module", {"link": "link"}),
})
fixup_table_structures(doc)
fixup_rfc_references(doc)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment