From: Andrew M. Kuchling Date: Tue, 7 Nov 2006 20:39:58 +0000 (+0000) Subject: Add missing word X-Git-Tag: v2.5.1c1~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf1e760d3e91977f64336890d3dd0aa898b7fa25;p=python Add missing word --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 33b7c0c2bd..9affb7f988 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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.