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

Miss Islington (bot) webhook-mailer at python.org
Fri Jul 10 11:51:36 EDT 2020


https://github.com/python/cpython/commit/a1d208435c4a1da5c8df829c35751855a87ef6be
commit: a1d208435c4a1da5c8df829c35751855a87ef6be
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-07-10T08:51:31-07:00
summary:

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

(cherry picked from commit 6fc732a2116e2c42b0431bb7e2a21719351af755)

Co-authored-by: marload <rladhkstn8 at gmail.com>

files:
M Doc/library/asyncio-protocol.rst

diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
index ffac9018127c6..816ddcd03b008 100644
--- a/Doc/library/asyncio-protocol.rst
+++ b/Doc/library/asyncio-protocol.rst
@@ -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



More information about the Python-checkins mailing list