projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3f590
)
#15831: avoid using 3.x syntax for keyword-only args.
author
Ezio Melotti
<ezio.melotti@gmail.com>
Sat, 15 Sep 2012 01:45:57 +0000
(
04:45
+0300)
committer
Ezio Melotti
<ezio.melotti@gmail.com>
Sat, 15 Sep 2012 01:45:57 +0000
(
04:45
+0300)
Doc/library/functions.rst
patch
|
blob
|
history
diff --git
a/Doc/library/functions.rst
b/Doc/library/functions.rst
index a86e7686bafa66be975d0eca11bfce2a6071630c..37dd5f3a787b8ba3bc633093288f44f265fa7b45 100644
(file)
--- a/
Doc/library/functions.rst
+++ b/
Doc/library/functions.rst
@@
-779,7
+779,7
@@
available. They are listed here in alphabetical order.
: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