From: Raymond Hettinger Date: Tue, 24 Apr 2007 22:13:43 +0000 (+0000) Subject: Fix markup X-Git-Tag: v2.6a1~1816 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e133a95d1c6c6b28afe66dc0118282fe0d1073f1;p=python Fix markup --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 79e306b92a..bff33aabe2 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -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}