Commit 7d2bf6ad authored by Georg Brandl's avatar Georg Brandl

Clarify map() behavior.

parent f255b69e
......@@ -640,7 +640,9 @@ available. They are listed here in alphabetical order.
Return an iterator that applies *function* to every item of *iterable*,
yielding the results. If additional *iterable* arguments are passed,
*function* must take that many arguments and is applied to the items from all
iterables in parallel.
iterables in parallel. With multiple iterables, the iterator stops when the
shortest iterable is exhausted.
.. function:: max(iterable[, args...], *[, key])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment