class definitions only get argument lists (closes #27042)

This commit is contained in:
Benjamin Peterson 2016-05-16 23:20:22 -07:00
parent bc7ee43a6d
commit 54044d605f
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ A class definition defines a class object (see section :ref:`types`):
.. productionlist::
classdef: [`decorators`] "class" `classname` [`inheritance`] ":" `suite`
inheritance: "(" [`parameter_list`] ")"
inheritance: "(" [`argument_list`] ")"
classname: `identifier`
A class definition is an executable statement. The inheritance list usually