Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8182cc2 commit 6fc732aCopy full SHA for 6fc732a
1 file changed
Doc/library/asyncio-protocol.rst
@@ -993,7 +993,7 @@ loop.subprocess_exec() and SubprocessProtocol
993
An example of a subprocess protocol used to get the output of a
994
subprocess and to wait for the subprocess exit.
995
996
-The subprocess is created by th :meth:`loop.subprocess_exec` method::
+The subprocess is created by the :meth:`loop.subprocess_exec` method::
997
998
import asyncio
999
import sys
0 commit comments