commit | 714e64ebd1d68858c9d1c64d6b20ba1f94f95c93 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Sep 15 04:45:57 2012 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Sep 15 04:45:57 2012 +0300 |
tree | b0a81145435f8726dbd5cf794037bb1e6d11e18e | |
parent | ed3f5900d4a6931add0a6e8287d4e08bb6cb85cc [diff] [blame] |
#15831: avoid using 3.x syntax for keyword-only args.
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index a86e768..37dd5f3 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -779,7 +779,7 @@ :ref:`typememoryview` for more information. -.. function:: min(iterable, *[, key]) +.. function:: min(iterable[, key]) min(arg1, arg2, *args[, key]) Return the smallest item in an iterable or the smallest of two or more