Constructor arguments for classes should be called <args>.
diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py
index d16970b..731bb51 100755
--- a/Doc/tools/sgmlconv/latex2esis.py
+++ b/Doc/tools/sgmlconv/latex2esis.py
@@ -326,7 +326,7 @@
         "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),