use correct article (closes #22342)

This commit is contained in:
Benjamin Peterson 2014-09-05 16:28:49 -04:00
parent e600e5ed73
commit 3019c67d1f
1 changed files with 1 additions and 1 deletions

View File

@ -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``