From: Thomas Grainger Date: Fri, 12 Apr 2019 16:17:17 +0000 (+0100) Subject: Correct grammar in concurrent/futures/process.py docstring (GH-12761) X-Git-Tag: v3.8.0a4~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f938d8be4ce3e1ccca7c31cf673265634307147f;p=python Correct grammar in concurrent/futures/process.py docstring (GH-12761) --- 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 ==|