diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-14 21:18:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-14 21:18:52 (GMT) |
commit | 3effeedad3edbc129db1f9add8ac19f98160ac8a (patch) | |
tree | 775cbcdf21c8a71f1bb059c2767a5f6645624f20 /Doc | |
parent | d24167baf2571d9110863aa205032c5bba40804f (diff) | |
download | cpython-3effeedad3edbc129db1f9add8ac19f98160ac8a.zip cpython-3effeedad3edbc129db1f9add8ac19f98160ac8a.tar.gz cpython-3effeedad3edbc129db1f9add8ac19f98160ac8a.tar.bz2 |
Shorten the name of the <rfc> "number" attribute to "num".
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/sgmlconv/latex2esis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py index f54e0fc..d16970b 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), |