From: Andrew M. Kuchling Date: Fri, 3 Dec 2004 14:59:09 +0000 (+0000) Subject: Hyphenate 'one-argument' X-Git-Tag: v2.5a0~2308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07b28b920e749122ab9eea721edb4d43801434c3;p=thirdparty%2FPython%2Fcpython.git Hyphenate 'one-argument' --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 904b4e1d3e37..efe3fd79ed6f 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -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)}).