diff options
author | Viliam Luc <vluc@cisco.com> | 2021-10-06 10:02:04 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2021-10-06 12:12:06 +0000 |
commit | b758131f3cca4047c31d74fe772168b59a56baf1 (patch) | |
tree | 034f3876e5808bbca00d4864f47179a36e4b3755 /resources/libraries/python/ssh.py | |
parent | b61c774897a6cce09bd597af6124831e8aea5e8c (diff) |
docstring: Docstring warnings fixed.
Change-Id: I8679c819b7c6ecd9e680bdc6edeafd2124def0b5
Signed-off-by: Viliam Luc <vluc@cisco.com>
Diffstat (limited to 'resources/libraries/python/ssh.py')
-rw-r--r-- | resources/libraries/python/ssh.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/python/ssh.py b/resources/libraries/python/ssh.py index 6f6fc557f4..fad00482ed 100644 --- a/resources/libraries/python/ssh.py +++ b/resources/libraries/python/ssh.py @@ -322,7 +322,7 @@ class SSH: :param chan: SSH channel with opened terminal. :param cmd: Command to be executed. :param prompt: Command prompt, sequence of characters used to - indicate readiness to accept commands. + indicate readiness to accept commands. :returns: Command output. .. warning:: Interruptingcow is used here, and it uses @@ -370,9 +370,9 @@ class SSH: connect() method has to be called first! :param local_path: Path to local file that should be uploaded; or - path where to save remote file. + path where to save remote file. :param remote_path: Remote path where to place uploaded file; or - path to remote file which should be downloaded. + path to remote file which should be downloaded. :param get: scp operation to perform. Default is put. :param timeout: Timeout value in seconds. :param wildcard: If path has wildcard characters. Default is false. |