Skip to content

Commit c335636

Browse files
committed
Readme style changes
1 parent 8223643 commit c335636

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
@@ -3,7 +3,7 @@ parallel-ssh
33

44
Small wrapper library over paramiko that allows for parallel execution of SSH commands on remote hosts and executing simple single host commands over SSH.
55

6-
parallel-ssh uses asychronous network requests, there is _no_ multi-threading or multi-processing used. This is a _requirement_ for commands on many (hundreds) of hosts which would grind a system to a halt simply by having so many processes/threads all wanting to execute if done with multi-threading/processing.
6+
parallel-ssh uses asychronous network requests, there is *no* multi-threading or multi-processing used. This is a *requirement* for commands on many (hundreds) of hosts which would grind a system to a halt simply by having so many processes/threads all wanting to execute if done with multi-threading/processing.
77

88
.. image:: https://api.travis-ci.org/pkittenis/parallel-ssh.png?branch=master
99
:target: https://travis-ci.org/pkittenis/parallel-ssh

0 commit comments

Comments
 (0)