]> granicus.if.org Git - python/commitdiff
Fill-in missing argspec.
authorRaymond Hettinger <python@rcn.com>
Sat, 19 Mar 2005 16:27:33 +0000 (16:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 19 Mar 2005 16:27:33 +0000 (16:27 +0000)
Doc/lib/libfuncs.tex

index 9e387d9accd33bb95b6d6029258773cc9c094b56..1e6710bbd5045ae59279d03f8137d98e7e7fd02b 100644 (file)
@@ -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.