Skip to content

Commit a7bc343

Browse files
committed
!squash server
1 parent 0feaf7b commit a7bc343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libtmux/server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ class Server(TmuxRelationalObject["Session", "SessionDict"], EnvironmentMixin):
5656
[Session($1 ...)]
5757
5858
>>> server.sessions[0].windows
59-
[Window(@1 ...:...sh, Session($1 ...)]
59+
[Window(@1 ...:..., Session($1 ...)]
6060
6161
>>> server.sessions[0].attached_window
62-
Window(@1 ...:...sh, Session($1 ...)
62+
Window(@1 ...:..., Session($1 ...)
6363
6464
>>> server.sessions[0].attached_pane
65-
Pane(%1 Window(@1 ...:...sh, Session($1 ...)))
65+
Pane(%1 Window(@1 ...:..., Session($1 ...)))
6666
6767
References
6868
----------

0 commit comments

Comments
 (0)