mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo in docstring of multiprocessing.spawn.spawn_main()
This commit is contained in:
parent
94541f464c
commit
16fb674882
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue