]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Jul 2020 15:51:31 +0000 (08:51 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 15:51:31 +0000 (08:51 -0700)
(cherry picked from commit 6fc732a2116e2c42b0431bb7e2a21719351af755)

Co-authored-by: marload <rladhkstn8@gmail.com>
Doc/library/asyncio-protocol.rst

index ffac9018127c669a72bfc08f6e4efd3e68d1f0cd..816ddcd03b008688667bd521d5d97521df1cd18e 100644 (file)
@@ -996,7 +996,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