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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Dec 2 09:57:22 CET 2004


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

Modified Files:
      Tag: release24-maint
	libstdtypes.tex 
Log Message:
Backport minor documentation fixups.

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.170
retrieving revision 1.170.2.1
diff -u -d -r1.170 -r1.170.2.1
--- libstdtypes.tex	25 Nov 2004 05:16:19 -0000	1.170
+++ libstdtypes.tex	2 Dec 2004 08:57:19 -0000	1.170.2.1
@@ -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