summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-14 10:23:03 -0700
committerGitHub <noreply@github.com>2021-05-14 10:23:03 -0700
commit41ed452a91552c8e981d11de3ba3dbf27525b83e (patch)
treec3fed7cad956b54363ab47acd3cb88aaefe77c49
parent9bc96c0146f3980bef60f5619915623b4748f0cd (diff)
downloadcpython-git-41ed452a91552c8e981d11de3ba3dbf27525b83e.tar.gz
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>
-rw-r--r--Doc/library/asyncio-protocol.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
index 9dbd3ab46a..8b67f4b895 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.