commit | 30b9d5d3af043fc2687ad11a188a34fe355e20ef | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Aug 17 15:50:46 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Aug 17 15:50:46 2013 +0300 |
tree | 6e86b6b605397d826721779611ebd06d028acfc1 | |
parent | 67f39777fa2c14f0e632adda8c5945cec569b46e [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 0bb21c4..9793237 100644 --- a/Lib/multiprocessing/forking.py +++ b/Lib/multiprocessing/forking.py
@@ -337,7 +337,7 @@ def main(): ''' - Run code specifed by data received over pipe + Run code specified by data received over pipe ''' assert is_forking(sys.argv)