]> granicus.if.org Git - python/commitdiff
Fix markup
authorRaymond Hettinger <python@rcn.com>
Tue, 24 Apr 2007 22:13:43 +0000 (22:13 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 24 Apr 2007 22:13:43 +0000 (22:13 +0000)
Doc/lib/libfuncs.tex

index 79e306b92aceef2136059ae9280023a36fa00768..bff33aabe2ef54ceb05f60b7117e1e82698c0dac 100644 (file)
@@ -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}