Skip to content

Commit

Permalink
Update pssh/output.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis authored Aug 20, 2022
1 parent 402f74f commit 5b1be0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pssh/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, host, channel, stdin,
:param client: `SSHClient` output is coming from.
:type client: :py:class:`pssh.clients.base.single.BaseSSHClient`
:param alias: Host alias.
:type alias: str or int
:type alias: str
:param exception: Exception from host if any
:type exception: :py:class:`Exception` or ``None``
:param read_timeout: Timeout in seconds for reading from buffers.
Expand Down

0 comments on commit 5b1be0e

Please sign in to comment.