From: Fred Drake Date: Tue, 19 Jan 1999 17:11:23 +0000 (+0000) Subject: convert(): Change the element name remapping to convert X-Git-Tag: v1.5.2b2~318 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6ced7d199b29f39e40dc887d6e83caadc506a66;p=thirdparty%2FPython%2Fcpython.git convert(): Change the element name remapping to convert to . --- diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index d8434909a2a2..2aa7284beb03 100755 --- a/Doc/tools/sgmlconv/docfixer.py +++ b/Doc/tools/sgmlconv/docfixer.py @@ -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)