mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
This commit is contained in:
parent
8182cc2e68
commit
6fc732a211
1 changed files with 1 additions and 1 deletions
|
|
@ -993,7 +993,7 @@ loop.subprocess_exec() and SubprocessProtocol
|
||||||
An example of a subprocess protocol used to get the output of a
|
An example of a subprocess protocol used to get the output of a
|
||||||
subprocess and to wait for the subprocess exit.
|
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 asyncio
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue