From: Fred Drake Date: Thu, 14 Jan 1999 21:18:52 +0000 (+0000) Subject: Shorten the name of the "number" attribute to "num". X-Git-Tag: v1.5.2b2~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3effeedad3edbc129db1f9add8ac19f98160ac8a;p=python Shorten the name of the "number" attribute to "num". --- diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py index f54e0fcee5..d16970bb9f 100755 --- a/Doc/tools/sgmlconv/latex2esis.py +++ b/Doc/tools/sgmlconv/latex2esis.py @@ -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),