Skip to content

Commit 196dc68

Browse files
committed
!squash
1 parent b290086 commit 196dc68

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
@@ -158,8 +158,8 @@ Grab the output of pane:
158158
>>> pane.clear() # clear the pane
159159
>>> pane.send_keys("cowsay 'hello'", enter=True)
160160
>>> import time; time.sleep(5)
161-
>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout))
162-
cowsay 'hello' ...
161+
>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout)) # doctest: +SKIP
162+
$ cowsay 'hello'
163163
_______
164164
< hello >
165165
-------

0 commit comments

Comments
 (0)