mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Constructor arguments for classes should be called <args>.
This commit is contained in:
parent
b7ebb83ad0
commit
1453a8caf9
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue