commit | f5469cff1f90381819291bcddcc70f5aaf2da141 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Aug 17 15:43:51 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Aug 17 15:43:51 2013 +0300 |
tree | f61191eac7db34346674d3b5dca6cfc334dcca99 | |
parent | 10b513098af5323bc2e9dee4775531eb63c1f0ab [diff] [blame] |
#18705: fix a number of typos. Patch by Févry Thibault.
diff --git a/Lib/multiprocessing/forking.py b/Lib/multiprocessing/forking.py index dc465b4..6bddfb7 100644 --- a/Lib/multiprocessing/forking.py +++ b/Lib/multiprocessing/forking.py
@@ -367,7 +367,7 @@ def main(): ''' - Run code specifed by data received over pipe + Run code specified by data received over pipe ''' assert is_forking(sys.argv)