]> granicus.if.org Git - python/commitdiff
Issue 21143: Fix typo in docs for max().
authorRaymond Hettinger <python@rcn.com>
Thu, 3 Apr 2014 15:01:22 +0000 (08:01 -0700)
committerRaymond Hettinger <python@rcn.com>
Thu, 3 Apr 2014 15:01:22 +0000 (08:01 -0700)
Doc/library/functions.rst

index 5c784ce5dbb0368638e7de2ef5c06584f68990b6..02e6374539d50bdc348a6fddcf70832b2ac5deec 100644 (file)
@@ -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