[Python-checkins] cpython (merge default -> default): Merge heads

serhiy.storchaka python-checkins at python.org
Mon Feb 3 20:39:45 CET 2014


http://hg.python.org/cpython/rev/6007e81f5867
changeset:   88939:6007e81f5867
parent:      88938:2efe0778a4cf
parent:      88928:825d8e5c8b61
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Feb 03 21:36:17 2014 +0200
summary:
  Merge heads

files:
  Doc/library/asyncio-subprocess.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst
--- a/Doc/library/asyncio-subprocess.rst
+++ b/Doc/library/asyncio-subprocess.rst
@@ -8,7 +8,7 @@
 
 .. 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>`.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list