mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
little docstring change
This commit is contained in:
parent
f5091e99ec
commit
2ae1384fba
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ def subproc_captured_object(*cmds):
|
|||
def subproc_captured_hiddenobject(*cmds):
|
||||
"""
|
||||
Runs a subprocess, capturing the output. Returns an instance of
|
||||
``COmpletedCOmmand`` representing the completed command.
|
||||
``HiddenCompletedCommand`` representing the completed command.
|
||||
"""
|
||||
return run_subproc(cmds, captured='hiddenobject')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue