mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
remove extra backtick
This commit is contained in:
parent
f045de4fc2
commit
233eac42d4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Create a subproces
|
|||
|
||||
.. function:: create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, loop=None, limit=None, \*\*kwds)
|
||||
|
||||
Run the shell command *cmd* (:class:`str`)`. Return a :class:`Process`
|
||||
Run the shell command *cmd* given as a string. Return a :class:`Process`
|
||||
instance.
|
||||
|
||||
This function returns a :ref:`coroutine object <coroutine>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue