More \exception fixes.

This commit is contained in:
Georg Brandl 2006-03-17 16:26:31 +00:00
parent da37604ee3
commit db815abc70
18 changed files with 71 additions and 67 deletions

View file

@ -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}}