Skip to content

Commit 5757704

Browse files
committed
!squash
1 parent 2b940f8 commit 5757704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Grab the output of pane:
157157
```python
158158
>>> pane.clear() # clear the pane
159159
>>> pane.send_keys("cowsay 'hello'", enter=True)
160-
>>> import time; time.sleep(1)
161-
>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout))
160+
>>> import time
161+
>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout)); time.sleep(1)
162162

163163
sh-3.2$ cowsay 'hello'
164164
_______

0 commit comments

Comments
 (0)