]> granicus.if.org Git - python/commitdiff
Add missing word
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Nov 2006 20:39:58 +0000 (20:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Nov 2006 20:39:58 +0000 (20:39 +0000)
Doc/whatsnew/whatsnew25.tex

index 33b7c0c2bd03d7e3bfa0b52c8aab80a9af08a213..9affb7f988692a5a9d6e0903e59e96c9ce31e30b 100644 (file)
@@ -540,7 +540,7 @@ Traceback (most recent call last):
 StopIteration
 \end{verbatim}
 
-\keyword{yield} will usually return \constant{None}, you
+\keyword{yield} will usually return \constant{None}, so 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 to resume your generator function.