Skip to content

Commit 2918846

Browse files
authored
Subprocess Protocols Documentation (GH-20950)
Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
1 parent 19d839a commit 2918846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ factories passed to the :meth:`loop.create_datagram_endpoint` method.
683683
Subprocess Protocols
684684
--------------------
685685

686-
Datagram Protocol instances should be constructed by protocol
686+
Subprocess Protocol instances should be constructed by protocol
687687
factories passed to the :meth:`loop.subprocess_exec` and
688688
:meth:`loop.subprocess_shell` methods.
689689

0 commit comments

Comments
 (0)