Skip to content

Commit ec75aa9

Browse files
documentation/docstring fix method ParallelSSHClient (ParallelSSH#318)
* Updated ParallelSSHClient docstrings for host_config type Co-authored-by: Stan Rudenko <stanislav.rudenko@okta.com>
1 parent 9934173 commit ec75aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pssh/clients/native/parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(self, hosts, user=None, password=None, port=22, pkey=None,
8080
:type pool_size: int
8181
:param host_config: (Optional) Per-host configuration for cases where
8282
not all hosts use the same configuration.
83-
:type host_config: dict
83+
:type host_config: list
8484
:param allow_agent: (Optional) set to False to disable connecting to
8585
the system's SSH agent.
8686
:type allow_agent: bool

0 commit comments

Comments
 (0)