Commit ef9ffcbc authored by Benjamin Peterson's avatar Benjamin Peterson

properly wrap

parent 6e730007
...@@ -26,8 +26,8 @@ Using the :mod:`subprocess` Module ...@@ -26,8 +26,8 @@ Using the :mod:`subprocess` Module
---------------------------------- ----------------------------------
The recommended approach to invoking subprocesses is to use the :func:`run` The recommended approach to invoking subprocesses is to use the :func:`run`
function for all use cases it can handle. For more advanced function for all use cases it can handle. For more advanced use cases, the
use cases, the underlying :class:`Popen` interface can be used directly. underlying :class:`Popen` interface can be used directly.
The :func:`run` function was added in Python 3.5; if you need to retain 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. compatibility with older versions, see the :ref:`call-function-trio` section.
......
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