summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-12-03 14:59:09 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-12-03 14:59:09 (GMT)
commit07b28b920e749122ab9eea721edb4d43801434c3 (patch)
tree4e5be4ddab6c217b95ecf0b74cdaf5ee16e10e44 /Doc/lib
parent1cae3f57e7724539ef9cb7886e120ae21a838a39 (diff)
downloadcpython-07b28b920e749122ab9eea721edb4d43801434c3.zip
cpython-07b28b920e749122ab9eea721edb4d43801434c3.tar.gz
cpython-07b28b920e749122ab9eea721edb4d43801434c3.tar.bz2
Hyphenate 'one-argument'
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libfuncs.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 904b4e1..efe3fd7 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)}).