Skip to content

Commit 81bd075

Browse files
committed
docs: fix typos
1 parent cbfa4a5 commit 81bd075

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

335335
Same as `starmap`, but operations on a list of *dicts* to be expanded as kwargs to the function.
336336

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

430430
Same as `starmap`, but operations on a list of *dicts* to be expanded as
431431
kwargs to the function.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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

466466
Same as ``starmap``, but operations on a list of *dicts* to be expanded

0 commit comments

Comments
 (0)