use correct article (closes #22342)
This commit is contained in:
parent
e600e5ed73
commit
3019c67d1f
|
@ -207,7 +207,7 @@ The Refactoring Principle
|
|||
|
||||
The rationale behind most of the semantics presented above stems from
|
||||
the desire to be able to refactor generator code. It should be
|
||||
possible to take an section of code containing one or more ``yield``
|
||||
possible to take a section of code containing one or more ``yield``
|
||||
expressions, move it into a separate function (using the usual
|
||||
techniques to deal with references to variables in the surrounding
|
||||
scope, etc.), and call the new function using a ``yield from``
|
||||
|
|
Loading…
Reference in New Issue