File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ approach and syntax::
101101 attributes (int lineno)
102102 }
103103
104- The preceding example describes three different kinds of statements;
105- function definitions, return statements, and yield statements. All
106- three kinds are considered of type ``stmt `` as shown by ``| `` separating the
107- various kinds. They all take arguments of various kinds and amounts.
104+ The preceding example describes two different kinds of statements and an
105+ expression: function definitions, return statements, and yield expressions.
106+ All three kinds are considered of type ``stmt `` as shown by ``| `` separating
107+ the various kinds. They all take arguments of various kinds and amounts.
108108
109109Modifiers on the argument type specify the number of values needed; ``? ``
110110means it is optional, ``* `` means 0 or more, while no modifier means only one
You can’t perform that action at this time.
0 commit comments