Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5236f89

Browse files
committed
merge
2 parents 9fd9089 + f4284e4 commit 5236f89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ are always available. They are listed here in alphabetical order.
773773
already arranged into argument tuples, see :func:`itertools.starmap`\.
774774

775775

776-
.. function:: max(iterable, *[, default, key])
776+
.. function:: max(iterable, *[, key, default])
777777
max(arg1, arg2, *args[, key])
778778
779779
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.
807807
:ref:`typememoryview` for more information.
808808

809809

810-
.. function:: min(iterable, *[, default, key])
810+
.. function:: min(iterable, *[, key, default])
811811
min(arg1, arg2, *args[, key])
812812
813813
Return the smallest item in an iterable or the smallest of two or more

0 commit comments

Comments
 (0)