[Python-checkins] cpython: properly wrap
benjamin.peterson
python-checkins at python.org
Wed Apr 15 04:12:17 CEST 2015
https://hg.python.org/cpython/rev/ec93e07f6872
changeset: 95671:ec93e07f6872
user: Benjamin Peterson <benjamin at python.org>
date: Tue Apr 14 22:12:14 2015 -0400
summary:
properly wrap
files:
Doc/library/subprocess.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -26,8 +26,8 @@
----------------------------------
The recommended approach to invoking subprocesses is to use the :func:`run`
-function for all use cases it can handle. For more advanced
-use cases, the underlying :class:`Popen` interface can be used directly.
+function for all use cases it can handle. For more advanced use cases, the
+underlying :class:`Popen` interface can be used directly.
The :func:`run` function was added in Python 3.5; if you need to retain
compatibility with older versions, see the :ref:`call-function-trio` section.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list