commit | e133a95d1c6c6b28afe66dc0118282fe0d1073f1 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Apr 24 22:13:43 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Apr 24 22:13:43 2007 +0000 |
tree | d24a072fcacf2b3e0335e93c904c523a765caaf7 | |
parent | fb4b3b77c713da09893cbc9ca525b78d0f1cb73e [diff] |
Fix markup
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 79e306b..bff33aa 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex
@@ -996,7 +996,7 @@ \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}