File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
80
80
however, where :class: `~subprocess.Popen ` takes a single argument which is
81
81
list of strings, :func: `subprocess_exec ` takes multiple string arguments.
82
82
83
- The *protocol_factory * must instanciate a subclass of the
83
+ The *protocol_factory * must instantiate a subclass of the
84
84
:class: `asyncio.SubprocessProtocol ` class.
85
85
86
86
Other parameters:
@@ -123,7 +123,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
123
123
using the platform's "shell" syntax. This is similar to the standard library
124
124
:class: `subprocess.Popen ` class called with ``shell=True ``.
125
125
126
- The *protocol_factory * must instanciate a subclass of the
126
+ The *protocol_factory * must instantiate a subclass of the
127
127
:class: `asyncio.SubprocessProtocol ` class.
128
128
129
129
See :meth: `~AbstractEventLoop.subprocess_exec ` for more details about
You can’t perform that action at this time.
0 commit comments