mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Correct spelling "instanciate" (#465)
This commit is contained in:
parent
de04644627
commit
6abaed0dda
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
|
|||
however, where :class:`~subprocess.Popen` takes a single argument which is
|
||||
list of strings, :func:`subprocess_exec` takes multiple string arguments.
|
||||
|
||||
The *protocol_factory* must instanciate a subclass of the
|
||||
The *protocol_factory* must instantiate a subclass of the
|
||||
:class:`asyncio.SubprocessProtocol` class.
|
||||
|
||||
Other parameters:
|
||||
|
@ -123,7 +123,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
|
|||
using the platform's "shell" syntax. This is similar to the standard library
|
||||
:class:`subprocess.Popen` class called with ``shell=True``.
|
||||
|
||||
The *protocol_factory* must instanciate a subclass of the
|
||||
The *protocol_factory* must instantiate a subclass of the
|
||||
:class:`asyncio.SubprocessProtocol` class.
|
||||
|
||||
See :meth:`~AbstractEventLoop.subprocess_exec` for more details about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue