Hyphenate 'one-argument'
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 3 Dec 2004 14:59:09 +0000 (14:59 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 3 Dec 2004 14:59:09 +0000 (14:59 +0000)
Doc/lib/libfuncs.tex

index 904b4e1d3e373873ad473fb3accb9e4c8575e780..efe3fd79ed6f64551a3c07546fc014ac361ed774 100644 (file)
@@ -647,7 +647,7 @@ class C:
   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 @@ class C:
   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)}).