Kaydet (Commit) 07b28b92 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Hyphenate 'one-argument'

üst 1cae3f57
...@@ -647,7 +647,7 @@ class C: ...@@ -647,7 +647,7 @@ class C:
non-empty sequence (such as a string, tuple or list). With more non-empty sequence (such as a string, tuple or list). With more
than one argument, return the largest of the arguments. 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} function like that used for \method{list.sort()}. The \var{key}
argument, if supplied, must be in keyword form (for example, argument, if supplied, must be in keyword form (for example,
\samp{max(a,b,c,key=func)}). \samp{max(a,b,c,key=func)}).
...@@ -659,7 +659,7 @@ class C: ...@@ -659,7 +659,7 @@ class C:
non-empty sequence (such as a string, tuple or list). With more non-empty sequence (such as a string, tuple or list). With more
than one argument, return the smallest of the arguments. 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} function like that used for \method{list.sort()}. The \var{key}
argument, if supplied, must be in keyword form (for example, argument, if supplied, must be in keyword form (for example,
\samp{min(a,b,c,key=func)}). \samp{min(a,b,c,key=func)}).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment