diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-05-14 17:22:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 17:22:55 (GMT) |
commit | 623481c77b2af2a35c31010e11b23ee201ef275b (patch) | |
tree | 59834187a4ddb294aa265bfab77c2743ba6d1bf2 | |
parent | 23643799acb23f0999a43c8d351522016b59c7cb (diff) | |
download | cpython-623481c77b2af2a35c31010e11b23ee201ef275b.zip cpython-623481c77b2af2a35c31010e11b23ee201ef275b.tar.gz cpython-623481c77b2af2a35c31010e11b23ee201ef275b.tar.bz2 |
Subprocess Protocols Documentation (GH-20950) (GH-26133)
-rw-r--r-- | Doc/library/asyncio-protocol.rst | 2 |
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. |