Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c32cc7c

Browse files
committed
Delete sentence fragment (noted by Fred Bremmer)
1 parent 55a7899 commit c32cc7c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/whatsnew/whatsnew22.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ \section{PEP 255: Simple Generators}
268268
instance variables. For example, returning a list of integers could
269269
be 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
275275
traversal of a tree using generators recursively.
276276

277277
\begin{verbatim}
@@ -640,6 +640,6 @@ \section{Acknowledgements}
640640

641641
The author would like to thank the following people for offering
642642
suggestions 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

Comments
 (0)