diff options
author | Georg Brandl <georg@python.org> | 2006-03-17 16:26:31 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-17 16:26:31 (GMT) |
commit | db815abc70a20f81c9de1c99b9089944c802c715 (patch) | |
tree | 4fe27086334262c4177877d4401c40d16975a2e6 /Doc/lib/libitertools.tex | |
parent | da37604ee32cdefbb0184b7f34c97cf1aa1ec3cf (diff) | |
download | cpython-db815abc70a20f81c9de1c99b9089944c802c715.zip cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.gz cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.bz2 |
More \exception fixes.
Diffstat (limited to 'Doc/lib/libitertools.tex')
-rw-r--r-- | Doc/lib/libitertools.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libitertools.tex b/Doc/lib/libitertools.tex index 421d647..904a19a 100644 --- a/Doc/lib/libitertools.tex +++ b/Doc/lib/libitertools.tex @@ -281,7 +281,8 @@ by functions or loops that truncate the stream. \end{verbatim} \versionchanged[When no iterables are specified, returns a zero length - iterator instead of raising a TypeError exception]{2.4} + iterator instead of raising a \exception{TypeError} + exception]{2.4} \end{funcdesc} \begin{funcdesc}{repeat}{object\optional{, times}} |