mirror of https://github.com/python/cpython
Subprocess Protocols Documentation (GH-20950)
Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
This commit is contained in:
parent
19d839ae20
commit
2918846a4f
|
@ -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…
Reference in New Issue