Skip to content

Commit 89e9b18

Browse files
authored
Parallel host snippet output typo (#282)
1 parent cf6b842 commit 89e9b18

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
@@ -62,7 +62,7 @@ Run ``uname`` on two hosts in parallel.
6262
for host_output in output:
6363
for line in host_output.stdout:
6464
print(line)
65-
exit_code = host_out.exit_code
65+
exit_code = host_output.exit_code
6666
6767
:Output:
6868

0 commit comments

Comments
 (0)