summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-04-03 15:01:44 (GMT)
committerRaymond Hettinger <python@rcn.com>2014-04-03 15:01:44 (GMT)
commita5a294e8736d5048f51f9c3b9f059ecc056f2393 (patch)
tree788b9db98a75253312a0c6f7a09245542bfbb8f3 /Doc
parent2995f8a7985519687a8535af35c5a895a69c83ef (diff)
parentb30b34c1aaa400279ad4f58814ea14f2a362be55 (diff)
downloadcpython-a5a294e8736d5048f51f9c3b9f059ecc056f2393.zip
cpython-a5a294e8736d5048f51f9c3b9f059ecc056f2393.tar.gz
cpython-a5a294e8736d5048f51f9c3b9f059ecc056f2393.tar.bz2
merge
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 5c784ce..02e6374 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