Skip to content

Commit

Permalink
Correct spelling "instanciate" (GH-465) (GH-468)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6abaed0)
  • Loading branch information
Mariatta committed Mar 4, 2017
1 parent a2edd3a commit 5789e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/asyncio-subprocess.rst
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5789e41

Please sign in to comment.