Skip to content

Commit 8bc34c4

Browse files
committed
bug(Server): Fix doctest
1 parent 1891f5c commit 8bc34c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libtmux/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Server(EnvironmentMixin):
6464
[Window(@1 1:..., Session($1 ...)]
6565
6666
>>> server.sessions[0].attached_window
67-
Window(@1 1:..., Session($1 ...)
67+
Window(@1 1:..., Session($1 ...))
6868
6969
>>> server.sessions[0].attached_pane
7070
Pane(%1 Window(@1 1:..., Session($1 ...)))

0 commit comments

Comments
 (0)