[Python-checkins] Correct grammar in concurrent/futures/process.py docstring (GH-12761)

Steve Dower webhook-mailer at python.org
Fri Apr 12 12:17:24 EDT 2019


https://github.com/python/cpython/commit/f938d8be4ce3e1ccca7c31cf673265634307147f
commit: f938d8be4ce3e1ccca7c31cf673265634307147f
branch: master
author: Thomas Grainger <tagrain at gmail.com>
committer: Steve Dower <steve.dower at microsoft.com>
date: 2019-04-12T09:17:17-07:00
summary:

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

files:
M Lib/concurrent/futures/process.py

diff --git a/Lib/concurrent/futures/process.py b/Lib/concurrent/futures/process.py
index 306e9ce47a6b..e6ce278b5d44 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 ==|
 



More information about the Python-checkins mailing list