Commit 9bbfc842 authored by Benjamin Peterson's avatar Benjamin Peterson

remove extra backtick

parent efc7982c
...@@ -8,7 +8,7 @@ Create a subproces ...@@ -8,7 +8,7 @@ Create a subproces
.. function:: create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, loop=None, limit=None, \*\*kwds) .. 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. instance.
This function returns a :ref:`coroutine object <coroutine>`. This function returns a :ref:`coroutine object <coroutine>`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment