From 582ffe21c48f6237a49a6aa053af92a9fae2790e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 19 Mar 2005 16:27:33 +0000 Subject: Fill-in missing argspec. --- Doc/lib/libfuncs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 9e387d9..1e6710b 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. -- cgit v0.12