From cf1e760d3e91977f64336890d3dd0aa898b7fa25 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 7 Nov 2006 20:39:58 +0000 Subject: [PATCH] Add missing word --- Doc/whatsnew/whatsnew25.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 33b7c0c2bd0..9affb7f9886 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.