From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 14 May 2021 17:22:55 +0000 (-0700) Subject: Subprocess Protocols Documentation (GH-20950) (GH-26133) X-Git-Tag: v3.10.0b2~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=623481c77b2af2a35c31010e11b23ee201ef275b;p=thirdparty%2FPython%2Fcpython.git Subprocess Protocols Documentation (GH-20950) (GH-26133) --- 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.