projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ebb83
)
Constructor arguments for classes should be called <args>.
author
Fred Drake
<fdrake@acm.org>
Thu, 28 Jan 1999 23:10:48 +0000
(23:10 +0000)
committer
Fred Drake
<fdrake@acm.org>
Thu, 28 Jan 1999 23:10:48 +0000
(23:10 +0000)
Doc/tools/sgmlconv/latex2esis.py
patch
|
blob
|
history
diff --git
a/Doc/tools/sgmlconv/latex2esis.py
b/Doc/tools/sgmlconv/latex2esis.py
index d16970bb9f312d3fa13c008c9161f83b2c22c34f..731bb51c67136e838766a9813d52d6f67145b307 100755
(executable)
--- a/
Doc/tools/sgmlconv/latex2esis.py
+++ b/
Doc/tools/sgmlconv/latex2esis.py
@@
-326,7
+326,7
@@
def main():
"cfuncdesc": (["type", "name", ("args",)], 0, 0, 1, 0),
"chapter": ([("title",)], 0, 0, 0, 0),
"chapter*": ([("title",)], 0, 0, 0, 0),
- "classdesc": (["name", ("
constructor-
args",)], 0, 0, 1, 0),
+ "classdesc": (["name", ("args",)], 0, 0, 1, 0),
"ctypedesc": (["name"], 0, 0, 1, 0),
"cvardesc": (["type", "name"], 0, 0, 1, 0),
"datadesc": (["name"], 0, 0, 1, 0),