Mailing List Archive

Subprocess Protocols Documentation (GH-20950)
https://github.com/python/cpython/commit/2918846a4ff394237ccd7c6d5cdf5655e2ddd726
commit: 2918846a4ff394237ccd7c6d5cdf5655e2ddd726
branch: main
author: kudavid <67070184+kudavid@users.noreply.github.com>
committer: orsenthil <skumaran@gatech.edu>
date: 2021-05-14T10:20:33-07:00
summary:

Subprocess Protocols Documentation (GH-20950)

Should be "Subprocess Protocol instances" not "Datagram Protocol instances"

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