From f938d8be4ce3e1ccca7c31cf673265634307147f Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 12 Apr 2019 17:17:17 +0100 Subject: [PATCH] Correct grammar in concurrent/futures/process.py docstring (GH-12761) --- Lib/concurrent/futures/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/concurrent/futures/process.py b/Lib/concurrent/futures/process.py index 306e9ce47a6..e6ce278b5d4 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 ==|