From 2918846a4ff394237ccd7c6d5cdf5655e2ddd726 Mon Sep 17 00:00:00 2001 From: kudavid <67070184+kudavid@users.noreply.github.com> Date: Fri, 14 May 2021 20:20:33 +0300 Subject: [PATCH] Subprocess Protocols Documentation (GH-20950) Should be "Subprocess Protocol instances" not "Datagram Protocol instances" --- Doc/library/asyncio-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index 9dbd3ab46a3..8b67f4b8957 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.