Mailing List Archive

Subprocess Protocols Documentation (GH-20950) (GH-26134)
https://github.com/python/cpython/commit/41ed452a91552c8e981d11de3ba3dbf27525b83e
commit: 41ed452a91552c8e981d11de3ba3dbf27525b83e
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
committer: orsenthil <skumaran@gatech.edu>
date: 2021-05-14T10:23:03-07:00
summary:

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

Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
(cherry picked from commit 2918846a4ff394237ccd7c6d5cdf5655e2ddd726)

Co-authored-by: kudavid <67070184+kudavid@users.noreply.github.com>

Co-authored-by: kudavid <67070184+kudavid@users.noreply.github.com>

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