mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 01:10:57 +01:00
some more docs
This commit is contained in:
parent
2b5a5e2a75
commit
0f80b67287
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue