projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d59a78
)
Issue 21143: Fix typo in docs for max().
author
Raymond Hettinger
<python@rcn.com>
Thu, 3 Apr 2014 15:01:22 +0000
(08:01 -0700)
committer
Raymond Hettinger
<python@rcn.com>
Thu, 3 Apr 2014 15:01:22 +0000
(08:01 -0700)
Doc/library/functions.rst
patch
|
blob
|
history
diff --git
a/Doc/library/functions.rst
b/Doc/library/functions.rst
index 5c784ce5dbb0368638e7de2ef5c06584f68990b6..02e6374539d50bdc348a6fddcf70832b2ac5deec 100644
(file)
--- 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
small
est of the positional arguments is
+ arguments are provided, the
larg
est of the positional arguments is
returned.
There are two optional keyword-only arguments. The *key* argument specifies