Minor docs fixes

This commit is contained in:
Andras Schmelczer 2022-07-16 15:35:46 +02:00
parent 0dd5b6e8f4
commit adcd300fa4
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
5 changed files with 29 additions and 28 deletions

View file

@ -91,7 +91,7 @@ def parallel_map(
or ignored.
The new processes are forked if the OS allows it, otherwise, new Python processes
are bootstrapped which can incur some start-sup cost. Each process processes a single
are bootstrapped which can incur some start-up cost. Each process processes a single
chunk at once.
Examples: