[Python-checkins] r54944 - python/trunk/Doc/lib/libfuncs.tex

raymond.hettinger python-checkins at python.org
Wed Apr 25 00:13:46 CEST 2007


Author: raymond.hettinger
Date: Wed Apr 25 00:13:43 2007
New Revision: 54944
Modified:
 python/trunk/Doc/lib/libfuncs.tex
Log:
Fix markup
Modified: python/trunk/Doc/lib/libfuncs.tex
==============================================================================
--- python/trunk/Doc/lib/libfuncs.tex	(original)
+++ python/trunk/Doc/lib/libfuncs.tex	Wed Apr 25 00:13:43 2007
@@ -996,7 +996,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}


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /