mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Subprocess Protocols Documentation (GH-20950)
Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
This commit is contained in:
parent
19d839ae20
commit
2918846a4f
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ factories passed to the :meth:`loop.create_datagram_endpoint` method.
|
||||||
Subprocess Protocols
|
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
|
factories passed to the :meth:`loop.subprocess_exec` and
|
||||||
:meth:`loop.subprocess_shell` methods.
|
:meth:`loop.subprocess_shell` methods.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue