]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup
authorRaymond Hettinger <python@rcn.com>
Tue, 24 Apr 2007 22:04:26 +0000 (22:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 24 Apr 2007 22:04:26 +0000 (22:04 +0000)
Doc/lib/libfuncs.tex

index 84f56d873a1d2233b2b0ba2560d8337f252000e7..f3c6d479ecf78c255e6ad85659c719551a1613de 100644 (file)
@@ -972,7 +972,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}