projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f045de4
)
remove extra backtick
author
Benjamin Peterson
<benjamin@python.org>
Mon, 3 Feb 2014 19:08:00 +0000
(14:08 -0500)
committer
Benjamin Peterson
<benjamin@python.org>
Mon, 3 Feb 2014 19:08:00 +0000
(14:08 -0500)
Doc/library/asyncio-subprocess.rst
patch
|
blob
|
history
diff --git
a/Doc/library/asyncio-subprocess.rst
b/Doc/library/asyncio-subprocess.rst
index 04610aa0f948b5d5b18dd5abf74d968660eaae81..4c399c6abf11f7c70e50ad898178122d59787efe 100644
(file)
--- a/
Doc/library/asyncio-subprocess.rst
+++ b/
Doc/library/asyncio-subprocess.rst
@@
-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>`.