diff options
author | George Yoshida <dynkin@gmail.com> | 2006-05-13 06:53:31 +0000 |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-05-13 06:53:31 +0000 |
commit | 90df06e5e2cf839d94e54bad57e524dca2a3ec42 (patch) | |
tree | 16c595365ddda5a633fed4fe69e4107feeeda67b /Doc/lib/libtokenize.tex | |
parent | 2b161d90383f567ffc806aeb8c57fd47da311528 (diff) | |
download | cpython-git-90df06e5e2cf839d94e54bad57e524dca2a3ec42.tar.gz |
Add \exception markup
Diffstat (limited to 'Doc/lib/libtokenize.tex')
-rw-r--r-- | Doc/lib/libtokenize.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtokenize.tex b/Doc/lib/libtokenize.tex index cdbb4b8a32..8c9ad3eb79 100644 --- a/Doc/lib/libtokenize.tex +++ b/Doc/lib/libtokenize.tex @@ -47,7 +47,7 @@ An older entry point is retained for backward compatibility: call to the function should return one line of input as a string. Alternately, \var{readline} may be a callable object that signals completion by raising \exception{StopIteration}. - \versionchanged[Added StopIteration support]{2.5} + \versionchanged[Added \exception{StopIteration} support]{2.5} The second parameter, \var{tokeneater}, must also be a callable object. It is called once for each token, with five arguments, |