From: Raymond Hettinger Date: Sat, 19 Mar 2005 16:27:33 +0000 (+0000) Subject: Fill-in missing argspec. X-Git-Tag: v2.5a0~1911 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=582ffe21c48f6237a49a6aa053af92a9fae2790e;p=thirdparty%2FPython%2Fcpython.git Fill-in missing argspec. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 9e387d9accd3..1e6710bbd504 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -683,7 +683,7 @@ class C: \versionchanged[Added support for the optional \var{key} argument]{2.5} \end{funcdesc} -\begin{funcdesc}{min}{s\optional{, args...}} +\begin{funcdesc}{min}{s\optional{, args...}\optional{key}} With a single argument \var{s}, return the smallest item of a non-empty sequence (such as a string, tuple or list). With more than one argument, return the smallest of the arguments.