Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73202c commit 582ffe2Copy full SHA for 582ffe2
1 file changed
Doc/lib/libfuncs.tex
@@ -683,7 +683,7 @@ \section{Built-in Functions \label{built-in-funcs}}
683
\versionchanged[Added support for the optional \var{key} argument]{2.5}
684
\end{funcdesc}
685
686
-\begin{funcdesc}{min}{s\optional{, args...}}
+\begin{funcdesc}{min}{s\optional{, args...}\optional{key}}
687
With a single argument \var{s}, return the smallest item of a
688
non-empty sequence (such as a string, tuple or list). With more
689
than one argument, return the smallest of the arguments.
0 commit comments