summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-protocol.rst
diff options
context:
space:
mode:
authorkudavid <67070184+kudavid@users.noreply.github.com>2021-05-14 17:20:33 (GMT)
committerGitHub <noreply@github.com>2021-05-14 17:20:33 (GMT)
commit2918846a4ff394237ccd7c6d5cdf5655e2ddd726 (patch)
tree57a85d5c20f6dc864268bfea894ceaf9a7318b49 /Doc/library/asyncio-protocol.rst
parent19d839ae20db9c6f740646e99df7f4601cb9f4dc (diff)
downloadcpython-2918846a4ff394237ccd7c6d5cdf5655e2ddd726.zip
cpython-2918846a4ff394237ccd7c6d5cdf5655e2ddd726.tar.gz
cpython-2918846a4ff394237ccd7c6d5cdf5655e2ddd726.tar.bz2
Subprocess Protocols Documentation (GH-20950)
Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
Diffstat (limited to 'Doc/library/asyncio-protocol.rst')
-rw-r--r--Doc/library/asyncio-protocol.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
index 9dbd3ab..8b67f4b 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.