Skip to content

Commit

Permalink
README: rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Oct 8, 2024
1 parent fea5723 commit dd3f8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ assert list(pokemon_names) == ['bulbasaur', 'ivysaur', 'venusaur']
### process-based concurrency

> Set `via_processes=True`:
> Set `via_processes`:
```python
state: List[int] = []
Expand Down Expand Up @@ -195,7 +195,7 @@ assert list(self_printing_integers) == list(integers) # triggers the printing
### process-based concurrency

> Like `.map` it has an optional `via_processes=True` parameter.
> Like `.map` it has an optional `via_processes` parameter.
### async-based concurrency

Expand Down

0 comments on commit dd3f8cd

Please sign in to comment.