@@ -268,10 +268,10 @@ \section{PEP 255: Simple Generators}
268268instance variables. For example, returning a list of integers could
269269be done by setting \code {self.count} to 0, and having the
270270\method {next()} method increment \code {self.count} and return it.
271- because it would be easy to write a Python class. However, for a
272- moderately complicated generator, writing a corresponding class would
273- be much messier. \file {Lib/test/test_generators.py} contains a number
274- of more interesting examples. The simplest one implements an in-order
271+ However, for a moderately complicated generator, writing a
272+ corresponding class would be much messier.
273+ \file {Lib/test/test_generators.py} contains a number of more
274+ interesting examples. The simplest one implements an in-order
275275traversal of a tree using generators recursively.
276276
277277\begin {verbatim }
@@ -640,6 +640,6 @@ \section{Acknowledgements}
640640
641641The author would like to thank the following people for offering
642642suggestions and corrections to various drafts of this article: Fred
643- L. Drake, Jr., Tim Peters, Neil Schemenauer.
643+ Bremmer, Fred L. Drake, Jr., Tim Peters, Neil Schemenauer.
644644
645645\end {document }
0 commit comments