[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.170, 1.171

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Dec 2 09:31:43 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14675

Modified Files:
	libstdtypes.tex 
Log Message:
Fix typo.

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- libstdtypes.tex	25 Nov 2004 05:16:19 -0000	1.170
+++ libstdtypes.tex	2 Dec 2004 08:31:41 -0000	1.171
@@ -1107,7 +1107,7 @@
      
   \var{key} specifies a function of one argument that is used to
      extract a comparison key from each list element:
-     \samp{\var{cmp}=\function{str.lower}}
+     \samp{\var{key}=\function{str.lower}}
 
   \var{reverse} is a boolean value.  If set to \code{True}, then the
      list elements are sorted as if each comparison were reversed.



More information about the Python-checkins mailing list