summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-01-14 21:18:52 (GMT)
committerFred Drake <fdrake@acm.org>1999-01-14 21:18:52 (GMT)
commit3effeedad3edbc129db1f9add8ac19f98160ac8a (patch)
tree775cbcdf21c8a71f1bb059c2767a5f6645624f20 /Doc
parentd24167baf2571d9110863aa205032c5bba40804f (diff)
downloadcpython-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-xDoc/tools/sgmlconv/latex2esis.py2
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),