From: Raymond Hettinger Date: Thu, 3 Apr 2014 15:01:22 +0000 (-0700) Subject: Issue 21143: Fix typo in docs for max(). X-Git-Tag: v3.4.1rc1~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b30b34c1aaa400279ad4f58814ea14f2a362be55;p=thirdparty%2FPython%2Fcpython.git Issue 21143: Fix typo in docs for max(). --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 5c784ce5dbb0..02e6374539d5 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -781,7 +781,7 @@ are always available. They are listed here in alphabetical order. If one positional argument is provided, it should be an :term:`iterable`. The largest item in the iterable is returned. If two or more positional - arguments are provided, the smallest of the positional arguments is + arguments are provided, the largest of the positional arguments is returned. There are two optional keyword-only arguments. The *key* argument specifies