commit | 4db90ac485cf59a324eb5b5ebbfb9b149eb29e39 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Apr 24 22:04:26 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Apr 24 22:04:26 2007 +0000 |
tree | 36823e18d9e2d51c4160afcdd147449ae76bc2b2 | |
parent | f784d91215ae32c11309cab0b2ab2f11ae286140 [diff] [blame] |
Fix markup
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 84f56d8..f3c6d47 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex
@@ -972,7 +972,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}