summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-03-19 16:27:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-03-19 16:27:33 (GMT)
commit582ffe21c48f6237a49a6aa053af92a9fae2790e (patch)
tree0f96ccd93bd89b8ddc4c72c1109bd97a44357648 /Doc/lib/libfuncs.tex
parentd73202c596e730d8bfb22edb1a6c4cc2f0e9ca6f (diff)
downloadcpython-582ffe21c48f6237a49a6aa053af92a9fae2790e.zip
cpython-582ffe21c48f6237a49a6aa053af92a9fae2790e.tar.gz
cpython-582ffe21c48f6237a49a6aa053af92a9fae2790e.tar.bz2
Fill-in missing argspec.
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r--Doc/lib/libfuncs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 9e387d9..1e6710b 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -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.