Correct grammar in concurrent/futures/process.py docstring (GH-12761)
This commit is contained in:
parent
b13552c4d7
commit
f938d8be4c
|
@ -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…
Reference in New Issue