#15831: avoid using 3.x syntax for keyword-only args.
This commit is contained in:
parent
ed3f5900d4
commit
714e64ebd1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue