]> granicus.if.org Git - python/commitdiff
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
authorThomas Grainger <tagrain@gmail.com>
Fri, 12 Apr 2019 16:17:17 +0000 (17:17 +0100)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 12 Apr 2019 16:17:17 +0000 (09:17 -0700)
Lib/concurrent/futures/process.py

index 306e9ce47a6b875afe06bf5f0ea9477c60a32e27..e6ce278b5d44c6c2e7df73d5a018710f7ca6fd33 100644 (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 ==|