Fix markup

This commit is contained in:
Raymond Hettinger 2007-04-24 22:04:26 +00:00
parent f784d91215
commit 4db90ac485
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ except NameError:
\begin{funcdesc}{reversed}{seq} \begin{funcdesc}{reversed}{seq}
Return a reverse iterator. \var{seq} must be an object which Return a reverse iterator. \var{seq} must be an object which
supports the sequence protocol (the __len__() method and the supports the sequence protocol (the \method{__len__()} method and the
\method{__getitem__()} method with integer arguments starting at \method{__getitem__()} method with integer arguments starting at
\code{0}). \code{0}).
\versionadded{2.4} \versionadded{2.4}