Commit 714e64eb authored by Ezio Melotti's avatar Ezio Melotti

#15831: avoid using 3.x syntax for keyword-only args.

parent ed3f5900
...@@ -779,7 +779,7 @@ available. They are listed here in alphabetical order. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment