File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ with ezpq.Queue(10) as Q:
330330[x['output'] for x in output[:10]]
331331```
332332
333- ### startmapkw
333+ ### starmapkw
334334
335335Same as ` starmap ` , but operations on a list of * dicts* to be expanded as kwargs to the function.
336336
Original file line number Diff line number Diff line change 1515 - [ collect] ( #collect )
1616 - [ map] ( #map )
1717 - [ starmap] ( #starmap )
18- - [ startmapkw ] ( #startmapkw )
18+ - [ starmapkw ] ( #starmapkw )
1919 - [ dispose] ( #dispose )
2020- [ Synchronous Lanes] ( #synchronous-lanes )
2121 - [ Lane Error Handling] ( #lane-error-handling )
@@ -425,7 +425,7 @@ with ezpq.Queue(10) as Q:
425425[x[' output' ] for x in output[:10 ]]
426426```
427427
428- ### startmapkw
428+ ### starmapkw
429429
430430Same as ` starmap ` , but operations on a list of * dicts* to be expanded as
431431kwargs to the function.
Original file line number Diff line number Diff line change 1818 - `collect <#collect >`__
1919 - `map <#map >`__
2020 - `starmap <#starmap >`__
21- - `startmapkw <#startmapkw >`__
21+ - `starmapkw <#starmapkw >`__
2222 - `dispose <#dispose >`__
2323
2424- `Synchronous Lanes <#synchronous-lanes >`__
@@ -460,7 +460,7 @@ each nested list being unpacked as arguments to the function.
460460
461461 [x[' output' ] for x in output[:10 ]]
462462
463- startmapkw
463+ starmapkw
464464~~~~~~~~~~
465465
466466Same as ``starmap ``, but operations on a list of *dicts * to be expanded
You can’t perform that action at this time.
0 commit comments