From 0f80b67287b0633218879573307b474edd31e63c Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Sat, 24 Sep 2016 14:54:29 -0400 Subject: [PATCH] some more docs --- xonsh/proc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonsh/proc.py b/xonsh/proc.py index c9423488a..c05e18f75 100644 --- a/xonsh/proc.py +++ b/xonsh/proc.py @@ -754,7 +754,7 @@ def wrap_simple_command(f, args, stdin, stdout, stderr): 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 form described in the xonsh tutorial. This function is then wrapped to