commit | db815abc70a20f81c9de1c99b9089944c802c715 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 17 16:26:31 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 17 16:26:31 2006 +0000 |
tree | 4fe27086334262c4177877d4401c40d16975a2e6 | |
parent | da37604ee32cdefbb0184b7f34c97cf1aa1ec3cf [diff] [blame] |
More \exception fixes.
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 @@ \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}}