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

index f978fab1769fe8dcc54c741231e67d4e35712da4..fb68acc03c7d32a32a54c65bc6d72ca60d2a6c53 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.