mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
#15831: avoid using 3.x syntax for keyword-only args.
This commit is contained in:
parent
ed3f5900d4
commit
714e64ebd1
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ available. They are listed here in alphabetical order.
|
||||||
:ref:`typememoryview` for more information.
|
:ref:`typememoryview` for more information.
|
||||||
|
|
||||||
|
|
||||||
.. function:: min(iterable, *[, key])
|
.. function:: min(iterable[, key])
|
||||||
min(arg1, arg2, *args[, key])
|
min(arg1, arg2, *args[, key])
|
||||||
|
|
||||||
Return the smallest item in an iterable or the smallest of two or more
|
Return the smallest item in an iterable or the smallest of two or more
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue