mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
This commit is contained in:
parent
b13552c4d7
commit
f938d8be4c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
"""Implements ProcessPoolExecutor.
|
"""Implements ProcessPoolExecutor.
|
||||||
|
|
||||||
The follow diagram and text describe the data-flow through the system:
|
The following diagram and text describe the data-flow through the system:
|
||||||
|
|
||||||
|======================= In-process =====================|== Out-of-process ==|
|
|======================= In-process =====================|== Out-of-process ==|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue