diff options
| -rw-r--r-- | Lib/concurrent/futures/process.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/concurrent/futures/process.py b/Lib/concurrent/futures/process.py index 306e9ce47a..e6ce278b5d 100644 --- a/Lib/concurrent/futures/process.py +++ b/Lib/concurrent/futures/process.py @@ -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 ==|  | 
