some more docs

This commit is contained in:
Anthony Scopatz 2016-09-24 14:54:29 -04:00
parent 2b5a5e2a75
commit 0f80b67287

View file

@ -754,7 +754,7 @@ def wrap_simple_command(f, args, stdin, stdout, stderr):
class SimpleProcProxy(ProcProxy): class SimpleProcProxy(ProcProxy):
"""Variant of `ProcProxy` for simpler functions. """Variant of ProcProxy for simpler functions.
The function passed into the initializer for `SimpleProcProxy` should have The function passed into the initializer for `SimpleProcProxy` should have
the form described in the xonsh tutorial. This function is then wrapped to the form described in the xonsh tutorial. This function is then wrapped to