Subprocess Protocols Documentation (GH-20950) (GH-26133)

This commit is contained in:
Miss Islington (bot) 2021-05-14 10:22:55 -07:00 committed by GitHub
parent 23643799ac
commit 623481c77b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.