Skip to content

Commit b513b41

Browse files
committed
Updated readme
1 parent 1b41bcf commit b513b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For example to copy a local file to remote hosts in parallel
4242
>>> from pssh import ParallelSSHClient
4343
>>> hosts = ['myhost1', 'myhost2']
4444
>>> client = ParallelSSHClient(hosts)
45-
>>> cmds = client.copy_file('../test', 'test_dir/test')
45+
>>> client.copy_file('../test', 'test_dir/test')
4646
>>> client.pool.join()
4747
Copied local file ../test to remote destination myhost1:test_dir/test
4848
Copied local file ../test to remote destination myhost2:test_dir/test

0 commit comments

Comments
 (0)