]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
authormarload <rladhkstn8@gmail.com>
Fri, 10 Jul 2020 15:43:31 +0000 (00:43 +0900)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 15:43:31 +0000 (21:13 +0530)
Doc/library/asyncio-protocol.rst

index 3079716f03ecc0bd7852f99cdf094c30084fdfbd..9dbd3ab46a3f681bc31aadde0479495a0df1d811 100644 (file)
@@ -993,7 +993,7 @@ loop.subprocess_exec() and SubprocessProtocol
 An example of a subprocess protocol used to get the output of a
 subprocess and to wait for the subprocess exit.
 
-The subprocess is created by th :meth:`loop.subprocess_exec` method::
+The subprocess is created by the :meth:`loop.subprocess_exec` method::
 
     import asyncio
     import sys