Subprocess Protocols Documentation

Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
This commit is contained in:
David Kurman 2020-06-17 15:28:37 -03:00
parent 236a0f5cf0
commit 346736b89c
1 changed files with 1 additions and 1 deletions

View 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.