mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix "seperate".
This commit is contained in:
parent
792c076cce
commit
fb1720b0f5
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ class _CallItem(object):
|
|||
def _process_worker(call_queue, result_queue, shutdown):
|
||||
"""Evaluates calls from call_queue and places the results in result_queue.
|
||||
|
||||
This worker is run in a seperate process.
|
||||
This worker is run in a separate process.
|
||||
|
||||
Args:
|
||||
call_queue: A multiprocessing.Queue of _CallItems that will be read and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue