mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
This commit is contained in:
parent
f475729a71
commit
552ace7498
2 changed files with 2 additions and 2 deletions
|
@ -505,7 +505,7 @@ class ProcessPoolExecutor(_base.Executor):
|
|||
worker processes will be created as the machine has processors.
|
||||
mp_context: A multiprocessing context to launch the workers. This
|
||||
object should provide SimpleQueue, Queue and Process.
|
||||
initializer: An callable used to initialize worker processes.
|
||||
initializer: A callable used to initialize worker processes.
|
||||
initargs: A tuple of arguments to pass to the initializer.
|
||||
"""
|
||||
_check_system_limits()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue