Skip to content

Commit 43571dd

Browse files
authored
Correct spelling "instanciate" (GH-465) (GH-467)
(cherry picked from commit 6abaed0)
1 parent 5976b9a commit 43571dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/asyncio-subprocess.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)