[Python-checkins] Subprocess Protocols Documentation (GH-20950) (GH-26133)

orsenthil webhook-mailer at python.org
Fri May 14 13:23:02 EDT 2021


https://github.com/python/cpython/commit/623481c77b2af2a35c31010e11b23ee201ef275b
commit: 623481c77b2af2a35c31010e11b23ee201ef275b
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: orsenthil <skumaran at 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.
 



More information about the Python-checkins mailing list