File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
8080 however, where :class: `~subprocess.Popen ` takes a single argument which is
8181 list of strings, :func: `subprocess_exec ` takes multiple string arguments.
8282
83- The *protocol_factory * must instanciate a subclass of the
83+ The *protocol_factory * must instantiate a subclass of the
8484 :class: `asyncio.SubprocessProtocol ` class.
8585
8686 Other parameters:
@@ -123,7 +123,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
123123 using the platform's "shell" syntax. This is similar to the standard library
124124 :class: `subprocess.Popen ` class called with ``shell=True ``.
125125
126- The *protocol_factory * must instanciate a subclass of the
126+ The *protocol_factory * must instantiate a subclass of the
127127 :class: `asyncio.SubprocessProtocol ` class.
128128
129129 See :meth: `~AbstractEventLoop.subprocess_exec ` for more details about
You can’t perform that action at this time.
0 commit comments