Skip to content

Commit

Permalink
Update pydoc for container.execute (#356)
Browse files Browse the repository at this point in the history
Update the pydoc for container's execute method to clarify the return
value.

Signed-off-by: Adam Israel <adam@adamisrael.com>
  • Loading branch information
AdamIsrael authored and ajkavanagh committed May 1, 2019
1 parent e2408f3 commit 038a489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylxd/models/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def execute(
message recived via stderr
:type stderr_handler: Callable[[str], None]
:raises ValueError: if the ws4py library is not installed.
:returns: The return value, stdout and stdin
:returns: A tuple of `(exit_code, stdout, stderr)`
:rtype: _ContainerExecuteResult() namedtuple
"""
if not _ws4py_installed:
Expand Down

0 comments on commit 038a489

Please sign in to comment.