]> granicus.if.org Git - python/commitdiff
properly wrap
authorBenjamin Peterson <benjamin@python.org>
Wed, 15 Apr 2015 02:12:14 +0000 (22:12 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 15 Apr 2015 02:12:14 +0000 (22:12 -0400)
Doc/library/subprocess.rst

index 4fef6ea3f0e8f6bcefbbc0fa3c755f3d6e89cb8e..9a2f4de62e58ca58893b90ec874b49776d68166a 100644 (file)
@@ -26,8 +26,8 @@ Using the :mod:`subprocess` Module
 ----------------------------------
 
 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.