summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2007-04-24 22:13:43 (GMT)
committerRaymond Hettinger <python@rcn.com>2007-04-24 22:13:43 (GMT)
commite133a95d1c6c6b28afe66dc0118282fe0d1073f1 (patch)
treed24a072fcacf2b3e0335e93c904c523a765caaf7 /Doc
parentfb4b3b77c713da09893cbc9ca525b78d0f1cb73e (diff)
downloadcpython-e133a95d1c6c6b28afe66dc0118282fe0d1073f1.zip
cpython-e133a95d1c6c6b28afe66dc0118282fe0d1073f1.tar.gz
cpython-e133a95d1c6c6b28afe66dc0118282fe0d1073f1.tar.bz2
Fix markup
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfuncs.tex2
1 files changed, 1 insertions, 1 deletions
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 @@ 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}