]> granicus.if.org Git - python/commitdiff
SF Bug #1563963, add missing word and cleanup first sentance
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 23 Sep 2006 18:11:58 +0000 (18:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 23 Sep 2006 18:11:58 +0000 (18:11 +0000)
Doc/whatsnew/whatsnew25.tex

index 2cbbf844844971c122e57897ede6505fb78a3503..f978fab1769fe8dcc54c741231e67d4e35712da4 100644 (file)
@@ -540,10 +540,10 @@ Traceback (most recent call last):
 StopIteration
 \end{verbatim}
 
-Because \keyword{yield} will often be returning \constant{None}, you
+\keyword{yield} will usually return \constant{None}, you
 should always check for this case.  Don't just use its value in
 expressions unless you're sure that the \method{send()} method
-will be the only method used resume your generator function.
+will be the only method used to resume your generator function.
 
 In addition to \method{send()}, there are two other new methods on
 generators: