mirror of https://github.com/python/cpython
Fill-in missing argspec.
This commit is contained in:
parent
d73202c596
commit
582ffe21c4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue