Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd9089 + f4284e4 commit 5236f89Copy full SHA for 5236f89
1 file changed
Doc/library/functions.rst
@@ -773,7 +773,7 @@ are always available. They are listed here in alphabetical order.
773
already arranged into argument tuples, see :func:`itertools.starmap`\.
774
775
776
-.. function:: max(iterable, *[, default, key])
+.. function:: max(iterable, *[, key, default])
777
max(arg1, arg2, *args[, key])
778
779
Return the largest item in an iterable or the largest of two or more
@@ -807,7 +807,7 @@ are always available. They are listed here in alphabetical order.
807
:ref:`typememoryview` for more information.
808
809
810
-.. function:: min(iterable, *[, default, key])
+.. function:: min(iterable, *[, key, default])
811
min(arg1, arg2, *args[, key])
812
813
Return the smallest item in an iterable or the smallest of two or more
0 commit comments