Skip to content

Commit 1b41bcf

Browse files
committed
Updated readme
1 parent 6f3b3d1 commit 1b41bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ For example to copy a local file to remote hosts in parallel
4444
>>> client = ParallelSSHClient(hosts)
4545
>>> cmds = client.copy_file('../test', 'test_dir/test')
4646
>>> client.pool.join()
47-
`Copied local file ../test to remote destination localhost:test_dir/test`
48-
47+
Copied local file ../test to remote destination myhost1:test_dir/test
48+
Copied local file ../test to remote destination myhost2:test_dir/test

0 commit comments

Comments
 (0)