You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/advanced.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ This expands to the following per host commands:
396
396
397
397
A list of dictionaries can also be used as ``host_args`` for named argument substitution.
398
398
399
-
In the following example, first host in host list will use cmd ``echo command-1``, second host ``echo command-2`` and so on.
399
+
In the following example, first host in host list will use cmd ``echo command-0``, second host ``echo command-1`` and so on.
400
400
401
401
.. code-block:: python
402
402
@@ -546,7 +546,7 @@ SFTP and SCP are both supported by ``parallel-ssh`` and functions are provided b
546
546
547
547
Neither SFTP nor SCP have a shell interface and no output is sent for any SFTP/SCP commands.
548
548
549
-
As such, SFTP functions in ``ParallelSSHClient`` return greenlets that will need to be joined to raise any exceptions from them. :py:func:`gevent.joinall` may be used for that.
549
+
As such, SFTP/SCP functions in ``ParallelSSHClient`` return greenlets that will need to be joined to raise any exceptions from them. :py:func:`gevent.joinall` may be used for that.
0 commit comments