Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6ced7d

Browse files
committed
convert(): Change the element name remapping to convert <refmodule>
to <module link>.
1 parent f82e4ab commit d6ced7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/tools/sgmlconv/docfixer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ def convert(ifp, ofp):
676676
"lineii": ("row", {}),
677677
"lineiii": ("row", {}),
678678
"lineiv": ("row", {}),
679+
"refmodule": ("module", {"link": "link"}),
679680
})
680681
fixup_table_structures(doc)
681682
fixup_rfc_references(doc)

0 commit comments

Comments
 (0)