From 1453a8caf9ffb0b9bb51660e618cb47ae8f80b40 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 28 Jan 1999 23:10:48 +0000 Subject: [PATCH] Constructor arguments for classes should be called . --- Doc/tools/sgmlconv/latex2esis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py index d16970bb9f..731bb51c67 100755 --- 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), -- 2.50.0