Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)

(cherry picked from commit 6fc732a211)

Co-authored-by: marload <rladhkstn8@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-07-10 08:51:31 -07:00 committed by GitHub
parent 33672c0191
commit a1d208435c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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