]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Subprocess Protocols Documentation (GH-20950) (GH-26134)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 May 2021 17:23:03 +0000 (10:23 -0700)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 17:23:03 +0000 (10:23 -0700)
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>
Doc/library/asyncio-protocol.rst

index 9dbd3ab46a3f681bc31aadde0479495a0df1d811..8b67f4b8957ef6bb38caa856c7832acdeaa7ca56 100644 (file)
@@ -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.