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

Skip to content

Commit b30b34c

Browse files
committed
Issue 21143: Fix typo in docs for max().
1 parent 4d59a78 commit b30b34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ are always available. They are listed here in alphabetical order.
781781

782782
If one positional argument is provided, it should be an :term:`iterable`.
783783
The largest item in the iterable is returned. If two or more positional
784-
arguments are provided, the smallest of the positional arguments is
784+
arguments are provided, the largest of the positional arguments is
785785
returned.
786786

787787
There are two optional keyword-only arguments. The *key* argument specifies

0 commit comments

Comments
 (0)