]> granicus.if.org Git - python/commitdiff
Shorten the name of the <rfc> "number" attribute to "num".
authorFred Drake <fdrake@acm.org>
Thu, 14 Jan 1999 21:18:52 +0000 (21:18 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Jan 1999 21:18:52 +0000 (21:18 +0000)
Doc/tools/sgmlconv/latex2esis.py

index f54e0fcee581dcb173bdf07fc51fdf29d3919f76..d16970bb9f312d3fa13c008c9161f83b2c22c34f 100755 (executable)
@@ -365,7 +365,7 @@ def main():
         "par": ([], 0, 1, 0, 0),
         "paragraph": ([("title",)], 0, 0, 0, 0),
         "renewcommand": (["macro"], 0, 0, 0, 0),
-        "rfc": (["number"], 0, 1, 0, 0),
+        "rfc": (["num"], 0, 1, 0, 0),
         "section": ([("title",)], 0, 0, 0, 0),
         "sectionauthor": (["name", "email"], 0, 1, 0, 0),
         "seemodule": (["ref", "name"], 1, 0, 0, 0),