Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fc732a

Browse files
authored
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
1 parent 8182cc2 commit 6fc732a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ loop.subprocess_exec() and SubprocessProtocol
993993
An example of a subprocess protocol used to get the output of a
994994
subprocess and to wait for the subprocess exit.
995995

996-
The subprocess is created by th :meth:`loop.subprocess_exec` method::
996+
The subprocess is created by the :meth:`loop.subprocess_exec` method::
997997

998998
import asyncio
999999
import sys

0 commit comments

Comments
 (0)