Commit 16fb6748 authored by Berker Peksag's avatar Berker Peksag

Fix typo in docstring of multiprocessing.spawn.spawn_main()

parent 94541f46
......@@ -91,7 +91,7 @@ def get_command_line(**kwds):
def spawn_main(pipe_handle, parent_pid=None, tracker_fd=None):
'''
Run code specifed by data received over pipe
Run code specified by data received over pipe
'''
assert is_forking(sys.argv)
if sys.platform == 'win32':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment