File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1021,9 +1021,9 @@ are always available. They are listed here in alphabetical order.
1021
1021
The contents of this dictionary should not be modified; changes may not
1022
1022
affect the values of local and free variables used by the interpreter.
1023
1023
1024
- .. function :: map(function, /, *iterables)
1024
+ .. function :: map(function, /, iterable, *iterables)
1025
1025
1026
- Return an iterator that applies *function * to every item of *iterables *,
1026
+ Return an iterator that applies *function * to every item of *iterable *,
1027
1027
yielding the results. If additional *iterables * arguments are passed,
1028
1028
*function * must take that many arguments and is applied to the items from all
1029
1029
iterables in parallel. With multiple iterables, the iterator stops when the
You can’t perform that action at this time.
0 commit comments