Mailing List Archive

Subprocess Protocols Documentation (GH-20950) (GH-26133)
https://github.com/python/cpython/commit/623481c77b2af2a35c31010e11b23ee201ef275b
commit: 623481c77b2af2a35c31010e11b23ee201ef275b
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
committer: orsenthil <skumaran@gatech.edu>
date: 2021-05-14T10:22:55-07:00
summary:

Subprocess Protocols Documentation (GH-20950) (GH-26133)

files:
M Doc/library/asyncio-protocol.rst

diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
index 9dbd3ab46a3f6..8b67f4b8957ef 100644
--- a/Doc/library/asyncio-protocol.rst
+++ b/Doc/library/asyncio-protocol.rst
@@ -683,7 +683,7 @@ factories passed to the :meth:`loop.create_datagram_endpoint` method.
Subprocess Protocols
--------------------

-Datagram Protocol instances should be constructed by protocol
+Subprocess Protocol instances should be constructed by protocol
factories passed to the :meth:`loop.subprocess_exec` and
:meth:`loop.subprocess_shell` methods.


_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins