From d6ced7d199b29f39e40dc887d6e83caadc506a66 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 19 Jan 1999 17:11:23 +0000 Subject: [PATCH] convert(): Change the element name remapping to convert to . --- Doc/tools/sgmlconv/docfixer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index d8434909a2a..2aa7284beb0 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)