Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c203370

Browse files
committed
Add missing \end, noted by George Yoshida
1 parent 6e372d1 commit c203370

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/whatsnew/whatsnew25.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ \section{PEP 342: New Generator Features}
194194
File ``t.py'', line 15, in ?
195195
print it.next()
196196
StopIteration
197+
\end{verbatim}
197198

198199
Because \keyword{yield} will often be returning \constant{None},
199200
you shouldn't just use its value in expressions unless you're sure

0 commit comments

Comments
 (0)