diff options
author | Thomas Grainger <tagrain@gmail.com> | 2019-04-12 16:17:17 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-04-12 16:17:17 (GMT) |
commit | f938d8be4ce3e1ccca7c31cf673265634307147f (patch) | |
tree | 0c22df77e8a22d86153a5960ca0c6e950ca23d54 /Lib/concurrent | |
parent | b13552c4d7ce68fc9e61b5ade03cb5b951349c2b (diff) | |
download | cpython-f938d8be4ce3e1ccca7c31cf673265634307147f.zip cpython-f938d8be4ce3e1ccca7c31cf673265634307147f.tar.gz cpython-f938d8be4ce3e1ccca7c31cf673265634307147f.tar.bz2 |
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
Diffstat (limited to 'Lib/concurrent')
-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 306e9ce..e6ce278 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 ==| |