File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4365,7 +4365,7 @@ \section{Generators\label{generators}}
43654365
43664366Generators are a simple and powerful tool for creating iterators. They are
43674367written like regular functions but use the \keyword {yield} statement whenever
4368- they want to return data. Each time the \method {next()} is called, the
4368+ they want to return data. Each time \method {next()} is called, the
43694369generator resumes where it left-off (it remembers all the data values and
43704370which statement was last executed). An example shows that generators can
43714371be trivially easy to create:
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ Library
416416 interpreter shutdown with another exception from attempting to handle the
417417 original exception.
418418
419- - Added Decimal .py per PEP 327.
419+ - Added decimal .py per PEP 327.
420420
421421- Bug #981299: rsync is now a recognized protocol in urlparse that uses a
422422 "netloc" portion of a URL.
You can’t perform that action at this time.
0 commit comments