We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad17be7 + d0150ad commit 19dac07Copy full SHA for 19dac07
Doc/reference/expressions.rst
@@ -325,7 +325,7 @@ thus can only be used in the body of a function definition. Using a yield
325
expression in a function's body causes that function to be a generator.
326
327
When a generator function is called, it returns an iterator known as a
328
-generator. That generator then controls the execution of a generator function.
+generator. That generator then controls the execution of the generator function.
329
The execution starts when one of the generator's methods is called. At that
330
time, the execution proceeds to the first yield expression, where it is
331
suspended again, returning the value of :token:`expression_list` to the generator's
0 commit comments