Correct grammar in concurrent/futures/process.py docstring (GH-12761)

This commit is contained in:
Thomas Grainger 2019-04-12 17:17:17 +01:00 committed by Steve Dower
parent b13552c4d7
commit f938d8be4c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"""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 ==|