Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 582ffe2

Browse files
committed
Fill-in missing argspec.
1 parent d73202c commit 582ffe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ \section{Built-in Functions \label{built-in-funcs}}
683683
\versionchanged[Added support for the optional \var{key} argument]{2.5}
684684
\end{funcdesc}
685685

686-
\begin{funcdesc}{min}{s\optional{, args...}}
686+
\begin{funcdesc}{min}{s\optional{, args...}\optional{key}}
687687
With a single argument \var{s}, return the smallest item of a
688688
non-empty sequence (such as a string, tuple or list). With more
689689
than one argument, return the smallest of the arguments.

0 commit comments

Comments
 (0)