Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3effeed

Browse files
committed
Shorten the name of the <rfc> "number" attribute to "num".
1 parent d24167b commit 3effeed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/sgmlconv/latex2esis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def main():
365365
"par": ([], 0, 1, 0, 0),
366366
"paragraph": ([("title",)], 0, 0, 0, 0),
367367
"renewcommand": (["macro"], 0, 0, 0, 0),
368-
"rfc": (["number"], 0, 1, 0, 0),
368+
"rfc": (["num"], 0, 1, 0, 0),
369369
"section": ([("title",)], 0, 0, 0, 0),
370370
"sectionauthor": (["name", "email"], 0, 1, 0, 0),
371371
"seemodule": (["ref", "name"], 1, 0, 0, 0),

0 commit comments

Comments
 (0)