Skip to content

Commit 94b5617

Browse files
authored
Updated readme (#243)
1 parent 2e9fdb2 commit 94b5617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Native code based client with extremely high performance - based on ``libssh2``
2626

2727
.. _`read the docs`: http://parallel-ssh.readthedocs.org/en/latest/
2828

29-
.. contents::
30-
3129
************
3230
Installation
3331
************
@@ -82,6 +80,9 @@ Single host client with similar API for users that do not need parallel function
8280
print(line)
8381
8482
83+
.. contents::
84+
85+
8586
**************
8687
Native clients
8788
**************
@@ -157,7 +158,6 @@ Similarly, exit codes are available after ``client.join()`` without reading outp
157158
158159
output = client.run_command('uname')
159160
160-
# Wait for commands to complete and consume output so can get exit codes
161161
client.join()
162162
163163
for host_output in output:

0 commit comments

Comments
 (0)