From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 14 May 2021 17:23:03 +0000 (-0700) Subject: Subprocess Protocols Documentation (GH-20950) (GH-26134) X-Git-Tag: v3.9.6~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41ed452a91552c8e981d11de3ba3dbf27525b83e;p=thirdparty%2FPython%2Fcpython.git 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> --- diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index 9dbd3ab46a3f..8b67f4b8957e 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.