little docstring change

This commit is contained in:
adam j hartz 2016-03-12 19:13:54 -05:00
parent f5091e99ec
commit 2ae1384fba

View file

@ -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')