We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8039b commit ad17358Copy full SHA for ad17358
1 file changed
Doc/reference/compound_stmts.rst
@@ -554,7 +554,7 @@ A class definition defines a class object (see section :ref:`types`):
554
555
.. productionlist::
556
classdef: [`decorators`] "class" `classname` [`inheritance`] ":" `suite`
557
- inheritance: "(" [`argument_list` [","] | `comprehension`] ")"
+ inheritance: "(" [`parameter_list`] ")"
558
classname: `identifier`
559
560
A class definition is an executable statement. The inheritance list usually
0 commit comments