Fill-in missing argspec.

This commit is contained in:
Raymond Hettinger 2005-03-19 16:27:33 +00:00
parent d73202c596
commit 582ffe21c4
1 changed files with 1 additions and 1 deletions

View 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.