#15831: avoid using 3.x syntax for keyword-only args.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 15 Sep 2012 01:45:57 +0000 (04:45 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 15 Sep 2012 01:45:57 +0000 (04:45 +0300)
Doc/library/functions.rst

index a86e7686bafa66be975d0eca11bfce2a6071630c..37dd5f3a787b8ba3bc633093288f44f265fa7b45 100644 (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