Skip to content

Commit 1164c40

Browse files
committed
!squash pane
1 parent a7bc343 commit 1164c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libtmux/pane.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ class Pane(TmuxMappingObject):
3939
Examples
4040
--------
4141
>>> pane
42-
Pane(%1 Window(@1 ...:...sh, Session($1 ...)))
42+
Pane(%1 Window(@1 ...:..., Session($1 ...)))
4343
4444
>>> pane in window.panes
4545
True
4646
4747
>>> pane.window
48-
Window(@1 ...:...sh, Session($1 ...))
48+
Window(@1 ...:..., Session($1 ...))
4949
5050
>>> pane.session
5151
Session($1 ...)

0 commit comments

Comments
 (0)