Skip to content

Commit 8afb068

Browse files
committed
tests(server): Fix missing parenthesis in doctest
1 parent cae2892 commit 8afb068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Server(EnvironmentMixin):
6767
[Session($1 ...)]
6868
6969
>>> server.sessions[0].windows
70-
[Window(@1 1:..., Session($1 ...)]
70+
[Window(@1 1:..., Session($1 ...))]
7171
7272
>>> server.sessions[0].active_window
7373
Window(@1 1:..., Session($1 ...))

0 commit comments

Comments
 (0)