Subprocess Protocols Documentation (GH-20950)

Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
This commit is contained in:
kudavid 2021-05-14 20:20:33 +03:00 committed by GitHub
parent 19d839ae20
commit 2918846a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 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.