Skip to content

Commit d4742eb

Browse files
author
Dan
committed
Updated readme
1 parent 585508f commit d4742eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Exit codes become available once stdout/stderr is iterated on or ``client.join(o
7777
0
7878
0
7979

80-
Joining on the connection pool can be used to block and wait for all parallel commands to finish *if output is not needed*. ::
80+
The client's join function can be used to block and wait for all parallel commands to finish *if output is not needed*. ::
8181

82-
client.pool.join()
82+
client.join(output)
8383

8484
Similarly, if only exit codes are needed but not output ::
8585

0 commit comments

Comments
 (0)