Skip to content

Commit c5a8d85

Browse files
author
Dan
committed
Updated doc strings
1 parent f2c394b commit c5a8d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def get_output(self, commands=None):
551551
**Example usage**:
552552
553553
>>> output = client.get_output()
554-
>>> for host in output: print output[host]['stdout']
554+
>>> for host in output: for line in output[host]['stdout']: print line
555555
<stdout>
556556
>>> # Get exit code after command has finished
557557
>>> self.get_exit_code(output[host])

0 commit comments

Comments
 (0)