[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.176,1.177

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Fri Dec 3 15:59:11 CET 2004


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

Modified Files:
	libfuncs.tex 
Log Message:
Hyphenate 'one-argument'

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- libfuncs.tex	3 Dec 2004 08:30:35 -0000	1.176
+++ libfuncs.tex	3 Dec 2004 14:59:09 -0000	1.177
@@ -647,7 +647,7 @@
   non-empty sequence (such as a string, tuple or list).  With more
   than one argument, return the largest of the arguments.
 
-  The optional \var{key} argument specifies a one argument ordering
+  The optional \var{key} argument specifies a one-argument ordering
   function like that used for \method{list.sort()}.  The \var{key}
   argument, if supplied, must be in keyword form (for example,
   \samp{max(a,b,c,key=func)}).
@@ -659,7 +659,7 @@
   non-empty sequence (such as a string, tuple or list).  With more
   than one argument, return the smallest of the arguments.
 
-  The optional \var{key} argument specifies a one argument ordering
+  The optional \var{key} argument specifies a one-argument ordering
   function like that used for \method{list.sort()}.  The \var{key}
   argument, if supplied, must be in keyword form (for example,
   \samp{min(a,b,c,key=func)}).



More information about the Python-checkins mailing list