Skip to content

Commit 0feaf7b

Browse files
committed
!squash session
1 parent 5a52d13 commit 0feaf7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libtmux/session.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ class Session(
4949
Session($1 ...)
5050
5151
>>> session.windows
52-
[Window(@1 ...:...sh, Session($1 ...)]
52+
[Window(@1 ...:..., Session($1 ...)]
5353
5454
>>> session.attached_window
55-
Window(@1 ...:...sh, Session($1 ...)
55+
Window(@1 ...:..., Session($1 ...)
5656
5757
>>> session.attached_pane
58-
Pane(%1 Window(@1 ...:...sh, Session($1 ...)))
58+
Pane(%1 Window(@1 ...:..., Session($1 ...)))
5959
6060
References
6161
----------

0 commit comments

Comments
 (0)