diff --git a/pssh/output.py b/pssh/output.py index 4c63365c..01d709b2 100644 --- a/pssh/output.py +++ b/pssh/output.py @@ -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.