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