From: Fred Drake Date: Thu, 28 Jan 1999 23:10:48 +0000 (+0000) Subject: Constructor arguments for classes should be called . X-Git-Tag: v1.5.2b2~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1453a8caf9ffb0b9bb51660e618cb47ae8f80b40;p=thirdparty%2FPython%2Fcpython.git Constructor arguments for classes should be called . --- diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py index d16970bb9f31..731bb51c6713 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),