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

This commit is contained in:
Ezio Melotti 2012-09-15 04:45:57 +03:00
parent ed3f5900d4
commit 714e64ebd1
1 changed files with 1 additions and 1 deletions

View File

@ -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