Fix markup

This commit is contained in:
Raymond Hettinger 2007-04-24 22:13:43 +00:00
parent fb4b3b77c7
commit e133a95d1c
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ except NameError:
\begin{funcdesc}{reversed}{seq}
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
\code{0}).
\versionadded{2.4}